new files
This commit is contained in:
parent
661f33ac7e
commit
bd208fe63e
12
library/ytest/CMakeLists.txt
Normal file
12
library/ytest/CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#code used to emulate the support routines in the YAP kernel...
|
||||||
|
|
||||||
|
set (HELPER_PL
|
||||||
|
preds.yap
|
||||||
|
)
|
||||||
|
|
||||||
|
add_custom_target (ytest_helpers SOURCES ${HELPER_PL} ) # WORKING_DIRECTORY ${CMAKE_BINARY_DIR} )
|
||||||
|
|
||||||
|
|
||||||
|
install(FILES ${HELPER_PL}
|
||||||
|
DESTINATION ${libpl}/ytest
|
||||||
|
)
|
Reference in New Issue
Block a user