From c6b663724e2e284a6c92b9d0c409946c907f27f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 4 Jul 2012 15:03:29 +0000 Subject: [PATCH] Added special case for PolyLine extension git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14858 383ad7c9-94d9-4d36-a494-682f7c89f535 --- CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 512325489..6d885e16d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,6 +146,15 @@ foreach (_localLib ${REMAINING_LOCAL_LIBS}) endif() endforeach () +# ======================================================================== +# PolyLine extension special case +# ======================================================================== + +if ( EXISTS ${CMAKE_SOURCE_DIR}/libs/MeshIntegration ) + message("FOUND POLYLINE extension") + add_definitions( -DEXTENDED_POLY_LINE ) +endif() + # ======================================================================== # License Manager # ======================================================================== -- GitLab