Skip to content
Snippets Groups Projects
Commit bf277069 authored by Peter Kaiser's avatar Peter Kaiser
Browse files

Merge branch 'optimization' of https://gitlab.com/Simox/simox into optimization

parents 3bae8eb0 0b37f61e
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,16 @@ if (Simox_USE_NLOPT AND NLOPT_FOUND)
)
endif ()
if (Simox_USE_NLOPT AND NLOPT_FOUND)
SET(SOURCES ${SOURCES}
IK/ConstrainedOptimizationIK.cpp
)
SET(INCLUDES ${INCLUDES}
IK/ConstrainedOptimizationIK.h
)
endif ()
if (Simox_VISUALIZATION AND Simox_USE_COIN_VISUALIZATION)
SET(SOURCES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment