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 bf4f935 commit 6b06f3bCopy full SHA for 6b06f3b
CMakeLists.txt
@@ -43,5 +43,6 @@ ADD_SUBDIRECTORY(examples)
43
44
# Generate dependency to ddp-actuator-solver-examples in pc file
45
PKG_CONFIG_APPEND_LIBS(ddp-actuator-solver-examples)
46
+PKG_CONFIG_APPEND_LIBS(${qpOASES_LIBRARIES})
47
48
SETUP_PROJECT_FINALIZE()
examples/CMakeLists.txt
@@ -30,6 +30,7 @@ SET(header_files
30
)
31
32
ADD_LIBRARY(${PROJECT_NAME}-examples SHARED ${source_files})
33
+TARGET_LINK_LIBRARIES(${PROJECT_NAME}-examples ${qpOASES_LIBRARIES})
34
35
PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME}-examples eigen3)
36
0 commit comments