From Philip Lowman, "Mainly removing comments like "This file is automatically generated" (glad that never happened!)"
This commit is contained in:
parent
39cecd2a72
commit
de8089653b
@ -6,11 +6,11 @@ IF(NOT OSGCORE_BUNDLED)
|
|||||||
FIND_PACKAGE(OSGCORE)
|
FIND_PACKAGE(OSGCORE)
|
||||||
IF(OSGCORE_FOUND)
|
IF(OSGCORE_FOUND)
|
||||||
INCLUDE(${OSGCORE_USE_FILE})
|
INCLUDE(${OSGCORE_USE_FILE})
|
||||||
ELSE(OSGCORE_FOUND)
|
ELSE()
|
||||||
MESSAGE(ERROR "OSGCORE neeeded but NOT FOUND")
|
MESSAGE(ERROR "OSGCORE neeeded but NOT FOUND")
|
||||||
ENDIF(OSGCORE_FOUND)
|
ENDIF()
|
||||||
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../../Macros)
|
SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../../Macros)
|
||||||
ENDIF(NOT OSGCORE_BUNDLED)
|
ENDIF()
|
||||||
SET(OPENSCENEGRAPH_APPLICATION_DIR ${PROJECT_SOURCE_DIR})
|
SET(OPENSCENEGRAPH_APPLICATION_DIR ${PROJECT_SOURCE_DIR})
|
||||||
|
|
||||||
|
|
||||||
@ -27,19 +27,15 @@ SET(TARGET_COMMON_LIBRARIES
|
|||||||
)
|
)
|
||||||
|
|
||||||
IF(DYNAMIC_OPENSCENEGRAPH)
|
IF(DYNAMIC_OPENSCENEGRAPH)
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(osgviewer)
|
ADD_SUBDIRECTORY(osgviewer)
|
||||||
ADD_SUBDIRECTORY(osgarchive)
|
ADD_SUBDIRECTORY(osgarchive)
|
||||||
ADD_SUBDIRECTORY(osgconv)
|
ADD_SUBDIRECTORY(osgconv)
|
||||||
ADD_SUBDIRECTORY(osgfilecache)
|
ADD_SUBDIRECTORY(osgfilecache)
|
||||||
ADD_SUBDIRECTORY(osgversion)
|
ADD_SUBDIRECTORY(osgversion)
|
||||||
|
ELSE()
|
||||||
ELSE(DYNAMIC_OPENSCENEGRAPH)
|
|
||||||
|
|
||||||
# need to define this on win32 or linker cries about _declspecs
|
# need to define this on win32 or linker cries about _declspecs
|
||||||
ADD_DEFINITIONS(-DOSG_LIBRARY_STATIC)
|
ADD_DEFINITIONS(-DOSG_LIBRARY_STATIC)
|
||||||
|
|
||||||
ADD_SUBDIRECTORY(osgversion)
|
ADD_SUBDIRECTORY(osgversion)
|
||||||
|
ENDIF()
|
||||||
ENDIF(DYNAMIC_OPENSCENEGRAPH)
|
|
||||||
|
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#this file is automatically generated
|
|
||||||
|
|
||||||
|
|
||||||
SET(TARGET_SRC osgarchive.cpp )
|
SET(TARGET_SRC osgarchive.cpp )
|
||||||
#### end var setup ###
|
|
||||||
SETUP_APPLICATION(osgarchive)
|
SETUP_APPLICATION(osgarchive)
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#this file is automatically generated
|
|
||||||
|
|
||||||
|
|
||||||
SET(TARGET_SRC
|
SET(TARGET_SRC
|
||||||
OrientationConverter.cpp
|
OrientationConverter.cpp
|
||||||
osgconv.cpp
|
osgconv.cpp
|
||||||
@ -9,5 +6,4 @@ SET(TARGET_H
|
|||||||
OrientationConverter.h
|
OrientationConverter.h
|
||||||
)
|
)
|
||||||
|
|
||||||
#### end var setup ###
|
|
||||||
SETUP_APPLICATION(osgconv)
|
SETUP_APPLICATION(osgconv)
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
|
|
||||||
SET(TARGET_SRC osgfilecache.cpp )
|
SET(TARGET_SRC osgfilecache.cpp )
|
||||||
|
|
||||||
SET(TARGET_ADDED_LIBRARIES osgTerrain )
|
SET(TARGET_ADDED_LIBRARIES osgTerrain )
|
||||||
|
|
||||||
#### end var setup ###
|
|
||||||
SETUP_APPLICATION(osgfilecache)
|
SETUP_APPLICATION(osgfilecache)
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
#this file is automatically generated
|
|
||||||
|
|
||||||
|
|
||||||
SET(TARGET_SRC osgviewer.cpp )
|
SET(TARGET_SRC osgviewer.cpp )
|
||||||
#### end var setup ###
|
|
||||||
SETUP_APPLICATION(osgviewer)
|
SETUP_APPLICATION(osgviewer)
|
||||||
|
Loading…
Reference in New Issue
Block a user