11set (CT_OPTCON_EXAMPLE_DIR "${CMAKE_CURRENT_SOURCE_DIR} " )
22configure_file (${CMAKE_CURRENT_SOURCE_DIR} /exampleDir.h.in ${CMAKE_CURRENT_SOURCE_DIR} /exampleDir.h)
33
4- add_executable (ex_ConstraintOutput ConstraintExampleOutput.cpp)
5- target_link_libraries (ex_ConstraintOutput ct_optcon)
6- list (APPEND optcon_ex_TARGETS ex_ConstraintOutput)
4+ # add_executable(ex_ConstraintOutput ConstraintExampleOutput.cpp)
5+ # target_link_libraries(ex_ConstraintOutput ct_optcon)
6+ # list(APPEND optcon_ex_TARGETS ex_ConstraintOutput)
77
8- add_executable (ex_NLOC NLOC.cpp)
9- target_link_libraries (ex_NLOC ct_optcon)
10- list (APPEND optcon_ex_TARGETS ex_NLOC)
8+ # add_executable(ex_NLOC NLOC.cpp)
9+ # target_link_libraries(ex_NLOC ct_optcon)
10+ # list(APPEND optcon_ex_TARGETS ex_NLOC)
1111
12- add_executable (ex_NLOC_MPC NLOC_MPC.cpp)
13- target_link_libraries (ex_NLOC_MPC ct_optcon)
14- list (APPEND optcon_ex_TARGETS ex_NLOC_MPC)
12+ # add_executable(ex_NLOC_MPC NLOC_MPC.cpp)
13+ # target_link_libraries(ex_NLOC_MPC ct_optcon)
14+ # list(APPEND optcon_ex_TARGETS ex_NLOC_MPC)
1515
16- add_executable (ex_KalmanFiltering KalmanFiltering.cpp)
17- target_link_libraries (ex_KalmanFiltering ct_optcon)
18- list (APPEND optcon_ex_TARGETS ex_KalmanFiltering)
16+ # add_executable(ex_KalmanFiltering KalmanFiltering.cpp)
17+ # target_link_libraries(ex_KalmanFiltering ct_optcon)
18+ # list(APPEND optcon_ex_TARGETS ex_KalmanFiltering)
1919
20- add_executable (ex_KalmanDisturbanceFiltering KalmanDisturbanceFiltering.cpp)
21- target_link_libraries (ex_KalmanDisturbanceFiltering ct_optcon )
22- list (APPEND optcon_ex_TARGETS ex_KalmanDisturbanceFiltering)
20+ # add_executable(ex_KalmanDisturbanceFiltering KalmanDisturbanceFiltering.cpp)
21+ # target_link_libraries(ex_KalmanDisturbanceFiltering ct_optcon )
22+ # list(APPEND optcon_ex_TARGETS ex_KalmanDisturbanceFiltering)
2323
24- add_executable (ex_Nlp_2D nlp/Nlp2D.cpp)
25- target_link_libraries (ex_Nlp_2D ct_optcon)
26- list (APPEND optcon_ex_TARGETS ex_Nlp_2D)
24+ # add_executable(ex_Nlp_2D nlp/Nlp2D.cpp)
25+ # target_link_libraries(ex_Nlp_2D ct_optcon)
26+ # list(APPEND optcon_ex_TARGETS ex_Nlp_2D)
2727
28- add_executable (ex_Nlp_3D nlp/Nlp3D.cpp)
29- target_link_libraries (ex_Nlp_3D ct_optcon)
30- list (APPEND optcon_ex_TARGETS ex_Nlp_3D)
28+ # add_executable(ex_Nlp_3D nlp/Nlp3D.cpp)
29+ # target_link_libraries(ex_Nlp_3D ct_optcon)
30+ # list(APPEND optcon_ex_TARGETS ex_Nlp_3D)
3131
32- add_executable (ex_DMS DMS.cpp)
33- target_link_libraries (ex_DMS ct_optcon)
34- list (APPEND optcon_ex_TARGETS ex_DMS)
32+ # add_executable(ex_DMS DMS.cpp)
33+ # target_link_libraries(ex_DMS ct_optcon)
34+ # list(APPEND optcon_ex_TARGETS ex_DMS)
3535
36- if (CPPADCG)
37- add_executable (ex_LQR LQR.cpp)
38- target_link_libraries (ex_LQR ct_optcon)
39- list (APPEND optcon_ex_TARGETS ex_LQR)
40- endif ()
36+ # if(CPPADCG)
37+ # add_executable(ex_LQR LQR.cpp)
38+ # target_link_libraries(ex_LQR ct_optcon)
39+ # list(APPEND optcon_ex_TARGETS ex_LQR)
40+ # endif()
4141
4242if (HPIPM)
4343 add_executable (ex_NLOC_boxConstrained NLOC_boxConstrained.cpp)
@@ -49,9 +49,9 @@ if(HPIPM)
4949 target_link_libraries (ex_NLOC_generalConstrained ct_optcon)
5050 list (APPEND optcon_ex_TARGETS ex_NLOC_generalConstrained)
5151
52- add_executable (switched_continuous_optcon_example switched_systems_optcon/switched_continuous_optcon.cpp)
53- target_link_libraries (switched_continuous_optcon_example ct_optcon)
54- list (APPEND optcon_ex_TARGETS switched_continuous_optcon_example)
52+ # add_executable(switched_continuous_optcon_example switched_systems_optcon/switched_continuous_optcon.cpp)
53+ # target_link_libraries(switched_continuous_optcon_example ct_optcon)
54+ # list(APPEND optcon_ex_TARGETS switched_continuous_optcon_example)
5555 endif ()
5656endif (HPIPM)
5757
0 commit comments