We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9474c4 commit f81fc1aCopy full SHA for f81fc1a
modules/core/util/func_tests/util_tests.cpp
@@ -1,5 +1,7 @@
1
#include <gtest/gtest.h>
2
3
+#include <cstdlib>
4
+#include <string>
5
#include <thread>
6
7
#include "core/util/include/util.hpp"
tasks/CMakeLists.txt
@@ -90,7 +90,7 @@ foreach(TASK_TYPE ${LIST_OF_TASKS})
90
endif (USE_PERF_TESTS)
91
92
foreach (EXEC_FUNC ${LIST_OF_EXEC_TESTS})
93
- target_link_libraries(${EXEC_FUNC} PUBLIC core_module_lib ${exec_func_lib})
+ target_link_libraries(${EXEC_FUNC} PUBLIC ${exec_func_lib} core_module_lib)
94
95
if ("${MODULE_NAME}" STREQUAL "stl")
96
target_link_libraries(${EXEC_FUNC} PUBLIC Threads::Threads)
0 commit comments