From Philip Lowman, clean up of CMake files

This commit is contained in:
Robert Osfield
2009-04-09 09:23:45 +00:00
parent caee4f4d1b
commit ee4e2afa76
62 changed files with 534 additions and 565 deletions

View File

@@ -1,7 +1,7 @@
IF(ZLIB_FOUND)
ADD_DEFINITIONS(-DUSE_ZLIB)
INCLUDE_DIRECTORIES( ${ZLIB_INCLUDE_DIR})
ENDIF(ZLIB_FOUND)
ENDIF()
SET(TARGET_SRC
@@ -242,7 +242,7 @@ SET(TARGET_ADDED_LIBRARIES osgSim osgFX osgText osgTerrain)
IF(ZLIB_FOUND)
SET(TARGET_LIBRARIES_VARS ZLIB_LIBRARY)
ENDIF(ZLIB_FOUND)
ENDIF()
#### end var setup ###
SETUP_PLUGIN(ive)