Skip to content

Commit 3b7572c

Browse files
committed
[CMake] examples → src
1 parent b602a0d commit 3b7572c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1505
-1825
lines changed

CMakeLists.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,16 @@ FIND_PACKAGE("qpOASES" REQUIRED)
3030

3131
# Set the headers to be installed
3232
SET(${PROJECT_NAME}_HEADERS
33-
include/ddp-actuator-solver/costfunction.hh
34-
include/ddp-actuator-solver/dynamicmodel.hh
35-
include/ddp-actuator-solver/ddpsolver.hh
33+
include/${CUSTOM_HEADER_DIR}/costfunction.hh
34+
include/${CUSTOM_HEADER_DIR}/dynamicmodel.hh
35+
include/${CUSTOM_HEADER_DIR}/ddpsolver.hh
36+
include/${CUSTOM_HEADER_DIR}/pyrene_actuator/pyreneCostFunction.hh
37+
include/${CUSTOM_HEADER_DIR}/pyrene_actuator/pyreneActuator.hh
38+
include/${CUSTOM_HEADER_DIR}/romeo_actuator/costfunctionromeoactuator.hh
39+
include/${CUSTOM_HEADER_DIR}/romeo_actuator/romeosimpleactuator.hh
40+
include/${CUSTOM_HEADER_DIR}/romeo_actuator/romeotorqueactuator.hh
41+
include/${CUSTOM_HEADER_DIR}/temperature_control/costtemp.hh
42+
include/${CUSTOM_HEADER_DIR}/temperature_control/dctemp.hh
3643
)
3744

3845
SET(${PROJECT_NAME}_SOURCES
@@ -64,6 +71,5 @@ INSTALL(TARGETS ${PROJECT_NAME} EXPORT ${TARGETS_EXPORT_NAME} DESTINATION lib)
6471

6572
ADD_SUBDIRECTORY(src)
6673
ADD_SUBDIRECTORY(tests)
67-
ADD_SUBDIRECTORY(examples)
6874

6975
PKG_CONFIG_APPEND_LIBS(${PROJECT_NAME})

examples/CMakeLists.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/inverse_pendulum/costIP.cpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/inverse_pendulum/mainIP.cpp

Lines changed: 0 additions & 111 deletions
This file was deleted.

examples/linear/costLinear.cpp

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)