File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22* .user
33* /* .user
44.idea
5+ /build /
Original file line number Diff line number Diff line change 1+ /Doxyfile
2+ /Doxyfile.extra
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ macro(_local_test_ddp)
33 set (list_var "${ARGN} " )
44 foreach (loop_var IN LISTS list_var)
55 ADD_EXECUTABLE (${loop_var} ${loop_var} .cpp)
6- TARGET_LINK_LIBRARIES (${loop_var} ${PROJECT_NAME} -examples ${qpOASES_LIBRARIES} )
6+ TARGET_LINK_LIBRARIES (${loop_var} ${PROJECT_NAME} -examples
7+ ${qpOASES_LIBRARIES} )
78 PKG_CONFIG_USE_DEPENDENCY(${loop_var} eigen3)
89 endforeach ()
910endmacro ()
@@ -29,7 +30,7 @@ ADD_LIBRARY(${PROJECT_NAME}-examples SHARED ${source_files})
2930PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME} -examples eigen3)
3031
3132INSTALL (TARGETS ${PROJECT_NAME} -examples LIBRARY DESTINATION lib)
32- INSTALL (FILES ${header_files} DESTINATION include )
33+ INSTALL (FILES ${header_files} DESTINATION include /ddp-actuator-solver/examples )
3334
3435ADD_SUBDIRECTORY (romeo_actuator)
3536ADD_SUBDIRECTORY (temperature_control)
You can’t perform that action at this time.
0 commit comments