소스 검색

Add plugin parameter to static build

Johannes Kreutz 3 년 전
부모
커밋
128673c325
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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)