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 f629514 commit 37a9e11Copy full SHA for 37a9e11
lib/coek/examples/CMakeLists.txt
@@ -25,5 +25,4 @@ include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/..)
25
ADD_LIBRARY(coekexamples ${sources})
26
#TARGET_COMPILE_OPTIONS(coekexamples PRIVATE ${coek_compile_options})
27
target_compile_options(coekexamples PUBLIC ${coek_compile_options})
28
-target_link_libraries(coekexamples PUBLIC ${coek_link_libraries})
29
-
+target_link_libraries(coekexamples PUBLIC coek)
0 commit comments