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

Dennis: Use-CGAL-on-windows

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@6028 383ad7c9-94d9-4d36-a494-682f7c89f535
parent af0a0363
Branches
Tags
No related merge requests found
......@@ -69,9 +69,15 @@ macro (_check_plugin_deps _prefix)
if (DEFINED ${_name}_INCLUDE_DIRS)
list (APPEND ${_prefix}_DEPS_INCDIRS "${${_name}_INCLUDE_DIRS}")
endif ()
if (DEFINED ${_name}_INCLUDE_DIR)
list (APPEND ${_prefix}_DEPS_INCDIRS "${${_name}_INCLUDE_DIR}")
endif ()
if (DEFINED ${_name}_LIBRARY_DIRS)
list (APPEND ${_prefix}_DEPS_LIBDIRS "${${_name}_LIBRARY_DIRS}")
endif ()
if (DEFINED ${_name}_LIBRARY_DIR)
list (APPEND ${_prefix}_DEPS_LIBDIRS "${${_name}_LIBRARY_DIR}")
endif ()
if (DEFINED ${_name}_LIBRARIES)
list (APPEND ${_prefix}_DEPS_LIBRARIES "${${_name}_LIBRARIES}")
endif ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment