diff --git a/CMakeLists.txt b/CMakeLists.txt index 96c0f384d5adb08a308329a66113913454bc5b97..4a197a14235a0d37aa043ea7d25a3abf521892a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,9 +12,10 @@ endif ( WIN32 ) if (EXISTS ${CMAKE_SOURCE_DIR}/libs/PhySim) add_definitions (-DUSE_PHYSIM) -openflipper_plugin ( OPTDEPS PhySim - INSTALLDATA Icons - ) + openflipper_plugin ( DEPS PhySim CGAL + INSTALLDATA Icons + ) else() - openflipper_plugin ( INSTALLDATA Icons ) + openflipper_plugin ( INSTALLDATA + Icons ) endif ()