summaryrefslogtreecommitdiffstats
path: root/kalzium/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2025-09-21 15:59:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2025-09-21 15:59:29 +0200
commit3fabe9c2eea5b6bb4f61b8cbae39ff24fb41314c (patch)
tree7c29bcbe5413efbaecae51966aadd8b2da31bfb3 /kalzium/src/CMakeLists.txt
parentf91d70d4485c681ee84926207e20f5c59512eb03 (diff)
downloadtdeedu-master.tar.gz
tdeedu-master.zip
Kalzim: Add CMake detection and link for nums and zarith libraries.HEADmaster
This resolves issue #63. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kalzium/src/CMakeLists.txt')
-rw-r--r--kalzium/src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalzium/src/CMakeLists.txt b/kalzium/src/CMakeLists.txt
index 5a91842b..ee4f437b 100644
--- a/kalzium/src/CMakeLists.txt
+++ b/kalzium/src/CMakeLists.txt
@@ -20,7 +20,7 @@ link_directories(
)
if( WITH_OCAML_SOLVER )
- set( OCAML_LIBRARIES asmrun nums m ${CMAKE_DL_LIBS} )
+ set( OCAML_LIBRARIES asmrun m ${NUMS_LIBRARIES} ${ZARITH_LIBRARIES} ${CMAKE_DL_LIBS} )
set( OCAML_SOLVER
${CMAKE_CURRENT_BINARY_DIR}/solver/modwrap.o
${CMAKE_CURRENT_BINARY_DIR}/solver/solver.o