From f687b3b4006b17c011c83f244bdc21bb9cdeb7d8 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 15 Mar 2024 14:20:08 -0700 Subject: [PATCH] Added correct linked libs to the simple_test --- tests/simple_test/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/simple_test/CMakeLists.txt b/tests/simple_test/CMakeLists.txt index 02f1714..2723f4a 100644 --- a/tests/simple_test/CMakeLists.txt +++ b/tests/simple_test/CMakeLists.txt @@ -1,11 +1,12 @@ # TEST_RUNNER -add_library(simple_test +add_library(simple_test simple_test.cpp ) target_link_libraries(simple_test - ${CPPUTEST_LDFLAGS} + ${CPPUTEST_LIBRARIES}/libCppUTest.a + ${CPPUTEST_LIBRARIES}/libCppUTestExt.a ) # TEST_DIRS