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/packages/swi-minisat2/CMakeLists.txt

19 lines
206 B
CMake
Raw Normal View History

2015-11-09 11:28:44 +00:00
set (PROGRAMS
cnf.pl
minisat.pl
)
set (EXAMPLE_PROGRAMS
examples/adder.pl
examples/pearl_examples.pl
)
install(FILES
${PROGRAMS}
2018-11-16 14:02:56 +00:00
DESTINATION ${YAP_INSTALL_DATADIR}
2015-11-09 11:28:44 +00:00
)
add_subDIRECTORY (C)