We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0c311 commit db64410Copy full SHA for db64410
test/CMakeLists.txt
@@ -1,7 +1,7 @@
1
include_directories(${CMAKE_SOURCE_DIR}/include)
2
3
add_executable(test_module test_module.cpp)
4
-target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY})
+target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY} -ljulia-internal)
5
add_test(NAME test_module COMMAND test_module)
6
7
add_executable(test_type_init test_type_init.cpp)
0 commit comments