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 2bfde23 commit 9d6305fCopy full SHA for 9d6305f
examples/CMakeLists.txt
@@ -31,7 +31,7 @@ SET(header_files
31
32
ADD_LIBRARY(${PROJECT_NAME}-examples SHARED ${source_files})
33
TARGET_LINK_LIBRARIES(${PROJECT_NAME}-examples ${qpOASES_LIBRARIES})
34
-
+PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME}-examples qpOASES)
35
PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME}-examples eigen3)
36
37
INSTALL(TARGETS ${PROJECT_NAME}-examples LIBRARY DESTINATION lib)
0 commit comments