Changeset 1409
- Timestamp:
- 08/01/08 11:24:53 (4 months ago)
- Location:
- trunk/src/openobjectlib
- Files:
-
- 2 modified
-
CMakeLists.txt (modified) (1 diff)
-
sg/config.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/openobjectlib/CMakeLists.txt
r1367 r1409 1 add_subdirectory( sg ) 2 add_subdirectory( plugins ) 1 2 find_package( GLEW ) 3 if ( GLEW_FOUND ) 4 add_subdirectory( sg ) 5 add_subdirectory( plugins ) 6 endif ( GLEW_FOUND ) -
trunk/src/openobjectlib/sg/config.hpp
r1367 r1409 6 6 // For more information, see http://www.openlibraries.org. 7 7 8 #ifndef CONFIG_INC_9 #define CONFIG_INC_8 #ifndef OPENOBJECTLIB_CONFIG_INC_ 9 #define OPENOBJECTLIB_CONFIG_INC_ 10 10 11 11 #ifdef WIN32
