Changeset 1403

Show
Ignore:
Timestamp:
06/27/08 11:26:36 (5 months ago)
Author:
timdewhirst
Message:

cmake
- more in INSTALL
- don't hide the paths from FindGLEW

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/FindGLEW.cmake

    r1383 r1403  
    4646ENDIF (GLEW_INCLUDE_DIR AND GLEW_LIBRARY) 
    4747 
    48 MARK_AS_ADVANCED( 
    49   GLEW_LIBRARY 
    50   GLEW_INCLUDE_DIR 
    51 ) 
  • trunk/INSTALL

    r1399 r1403  
    2525   * SDLDIR: points to the location of the SDL directory 
    2626   * FFMPEGDIR: points to the location of the FFMPEG directory 
     27 
     28Useful Command Line Options 
     29--------------------------- 
     30 
     31If 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 
     38To get a list of all possible generators, run cmake --help 
     39