Parcourir la source

Add plugin parameter to static build

Johannes Kreutz il y a 3 ans
Parent
commit
128673c325
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      trackpoint-app/CMakeLists.txt

+ 2 - 0
trackpoint-app/CMakeLists.txt

@@ -36,6 +36,8 @@ ENDIF()
 
 # Release build: static link
 if(BUILD_STATIC_RELEASE)
+  ADD_DEFINITIONS(-DINCLUDE_PLUGINS)
+
   # OpenSceneGraph
   LIST(APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_LIST_DIR}/thirdparty/openscenegraph/install")
   FIND_PACKAGE(OpenSceneGraph REQUIRED COMPONENTS osgViewer osgDB osgGA osgText osgUtil)