Skip to content

Commit

Permalink
COPASI Bug 3079. Improved dependency declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoops committed Jan 30, 2022
1 parent 329ce8a commit 988d162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NativeJIT/src/NativeJIT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ add_library(NativeJIT STATIC ${CPPFILES} ${PRIVATE_HFILES} ${PUBLIC_HFILES})
target_link_libraries(NativeJIT PUBLIC CodeGen)

set_property(TARGET NativeJIT PROPERTY FOLDER "${NATIVEJIT_PREFIX}src")
target_link_libraries(NativeJIT PUBLIC CodeGen)

add_test(NAME NativeJITTest COMMAND NativeJITTest)

Expand Down

0 comments on commit 988d162

Please sign in to comment.