Changeset 13172 for OpenSceneGraph/trunk/src/osgPlugins/CMakeLists.txt
- Timestamp:
- 05/16/13 17:52:29 (3 days ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/CMakeLists.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/CMakeLists.txt
r13161 r13172 257 257 ADD_SUBDIRECTORY(pvr) 258 258 259 #################################################### 260 # 261 # Device integration plugins 262 # 263 IF (SDL_FOUND) 264 ADD_SUBDIRECTORY(sdl) 265 ENDIF(SDL_FOUND) 266 267 259 268 ##########to get all the variables of Cmake 260 269 #GET_CMAKE_PROPERTY(MYVARS VARIABLES)
