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/matrix/CMakeLists.txt

14 lines
285 B
CMake
Raw Normal View History

2014-12-14 12:05:43 +00:00
2017-09-06 01:17:43 +01:00
add_lib(matrix matrix.c)
2014-12-14 12:05:43 +00:00
target_link_libraries(matrix libYap)
set_target_properties (matrix PROPERTIES PREFIX "")
install(TARGETS matrix
2017-12-05 15:14:57 +00:00
RUNTIME DESTINATION ${YAP_INSTALL_DLLDIR}
ARCHIVE DESTINATION ${YAP_INSTALL_DLLDIR}
LIBRARY DESTINATION ${YAP_INSTALL_DLLDIR}
2016-01-20 22:25:25 +00:00
)
2014-12-14 12:05:43 +00:00