Changeset 1403
- Timestamp:
- 06/27/08 11:26:36 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
FindGLEW.cmake (modified) (1 diff)
-
INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FindGLEW.cmake
r1383 r1403 46 46 ENDIF (GLEW_INCLUDE_DIR AND GLEW_LIBRARY) 47 47 48 MARK_AS_ADVANCED(49 GLEW_LIBRARY50 GLEW_INCLUDE_DIR51 ) -
trunk/INSTALL
r1399 r1403 25 25 * SDLDIR: points to the location of the SDL directory 26 26 * FFMPEGDIR: points to the location of the FFMPEG directory 27 28 Useful Command Line Options 29 --------------------------- 30 31 If running cmake from the command line, some useful options to pass to are: 32 33 * -G "NMake Makefiles": generates makefiles for nmake 34 * -D CMAKE_INSTALL_PREFIX:STRING=c:\openlibraries 35 * -D CMAKE_BUILD_TYPE:STRING=Release 36 * -D WITH_PYTHON_EXTENTIONS:BOOL=FALSE 37 38 To get a list of all possible generators, run cmake --help 39
