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

@ -5,7 +5,8 @@ add_library(simple_test
) )
target_link_libraries(simple_test target_link_libraries(simple_test
${CPPUTEST_LDFLAGS} ${CPPUTEST_LIBRARIES}/libCppUTest.a
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
) )
# TEST_DIRS # TEST_DIRS