Skip to content
Snippets Groups Projects
Commit b4c52f1b authored by Jan Möbius's avatar Jan Möbius
Browse files

Missing cgal dependency


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14905 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 349f2f78
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@ endif ( WIN32 )
if (EXISTS ${CMAKE_SOURCE_DIR}/libs/PhySim)
add_definitions (-DUSE_PHYSIM)
openflipper_plugin ( OPTDEPS PhySim
openflipper_plugin ( DEPS PhySim CGAL
INSTALLDATA Icons
)
else()
openflipper_plugin ( INSTALLDATA Icons )
openflipper_plugin ( INSTALLDATA
Icons )
endif ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment