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/system/CMakeLists.txt
Vítor Santos Costa 90feb7f9f8 cmake support
2014-12-14 12:05:43 +00:00

11 lines
173 B
CMake

add_library (sys SHARED sys.c)
target_link_libraries(sys libYap)
set_target_properties (sys PROPERTIES PREFIX "")
install(TARGETS sys
LIBRARY DESTINATION ${dlls} )