Added correct linked libs to the simple_test
This commit is contained in:
parent
46710be9b5
commit
f687b3b400
|
@ -5,7 +5,8 @@ add_library(simple_test
|
|||
)
|
||||
|
||||
target_link_libraries(simple_test
|
||||
${CPPUTEST_LDFLAGS}
|
||||
${CPPUTEST_LIBRARIES}/libCppUTest.a
|
||||
${CPPUTEST_LIBRARIES}/libCppUTestExt.a
|
||||
)
|
||||
|
||||
# TEST_DIRS
|
||||
|
|
Loading…
Reference in New Issue