From b4c52f1ba68ab78c744613481909dbadc963613b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 5 Jul 2012 11:07:36 +0000 Subject: [PATCH] Missing cgal dependency git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14905 383ad7c9-94d9-4d36-a494-682f7c89f535 --- CMakeLists.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96c0f38..4a197a1 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 () -- GitLab