Skip to content

Commit

Permalink
WIP: add -ljulia-internal for test_module until this is fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Oct 28, 2023
1 parent 7e0c311 commit db64410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include_directories(${CMAKE_SOURCE_DIR}/include)

add_executable(test_module test_module.cpp)
target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY})
target_link_libraries(test_module ${JLCXX_TARGET} ${Julia_LIBRARY} -ljulia-internal)
add_test(NAME test_module COMMAND test_module)

add_executable(test_type_init test_type_init.cpp)
Expand Down

0 comments on commit db64410

Please sign in to comment.