Skip to content

Commit db64410

Browse files
committed
WIP: add -ljulia-internal for test_module until this is fixed upstream
1 parent 7e0c311 commit db64410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include_directories(${CMAKE_SOURCE_DIR}/include)
22

33
add_executable(test_module test_module.cpp)
4-
target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY})
4+
target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY} -ljulia-internal)
55
add_test(NAME test_module COMMAND test_module)
66

77
add_executable(test_type_init test_type_init.cpp)

0 commit comments

Comments
 (0)