This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/library/CMakeLists.txt

80 lines
1.2 KiB
CMake
Raw Normal View History

2014-12-14 12:05:43 +00:00
set (LIBRARY_PL
2015-02-03 02:40:41 +00:00
INDEX.pl
apply.yap
apply_macros.yap
arg.yap
assoc.yap
atts.yap
autoloader.yap
avl.yap
bhash.yap
charsio.yap
coinduction.yap
dbqueues.yap
dbusage.yap
dgraphs.yap
error.yap
2015-02-03 02:40:41 +00:00
exo_interval.yap
expand_macros.yap
gensym.yap
hacks.yap
heaps.yap
lambda.pl
lineutils.yap
listing.yap
lists.yap
nb.yap
ordsets.yap
mapargs.yap
maplist.yap
maputils.yap
matlab.yap
matrix.yap
prandom.yap
queues.yap
random.yap
range.yap
rbtrees.yap
regexp.yap
2015-06-19 01:29:28 +01:00
readutil.yap
2015-02-03 02:40:41 +00:00
rltree.yap
sockets.yap
splay.yap
stringutils.yap
system.yap
terms.yap
tries.yap
itries.yap
timeout.yap
trees.yap
ugraphs.yap
undgraphs.yap
varnumbers.yap
wdgraphs.yap
wgraphs.yap
wundgraphs.yap
lam_mpi.yap
ypp.yap
ytest.yap
c_alarms.yap
2015-02-03 02:40:41 +00:00
flags.yap
2014-12-14 12:05:43 +00:00
block_diagram.yap
)
add_subdirectory(clp)
2015-01-26 04:02:46 +00:00
add_subdirectory(dialect)
add_subdirectory(matlab)
add_subdirectory(matrix)
add_subdirectory(random)
add_subdirectory(regex)
add_subdirectory(rltree)
add_subdirectory(system)
add_subdirectory(tries)
2014-12-14 12:05:43 +00:00
2015-06-19 01:29:28 +01:00
add_custom_target (library SOURCES ${LIBRARY_PL} ) # WORKING_DIRECTORY ${CMAKE_BINARY_DIR} )
2014-12-14 12:05:43 +00:00
install(FILES ${LIBRARY_PL}
DESTINATION ${libpl}
)