Added correct linked libs to the simple_test

This commit is contained in:
jakeg00dwin 2024-03-15 14:20:08 -07:00
parent 46710be9b5
commit f687b3b400
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
# TEST_RUNNER # TEST_RUNNER
add_library(simple_test add_library(simple_test
simple_test.cpp simple_test.cpp
) )
target_link_libraries(simple_test target_link_libraries(simple_test
${CPPUTEST_LDFLAGS} ${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
) )
# TEST_DIRS # TEST_DIRS