Changeset 527 for trunk/thune/gl/CMakeLists.txt
- Timestamp:
- 05/26/08 17:22:18 (6 months ago)
- Files:
-
- 1 modified
-
trunk/thune/gl/CMakeLists.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/gl/CMakeLists.txt
r518 r527 1 1 project(ThuneGL C) 2 2 3 # set(CMAKE_BUILD_TYPE Debug)4 set(CMAKE_BUILD_TYPE Release)3 #set(CMAKE_BUILD_TYPE Debug) 4 set(CMAKE_BUILD_TYPE Release) 5 5 6 6 … … 27 27 28 28 if (UNIX AND NOT APPLE) 29 find_package( X11 REQUIRED )29 find_package( X11 REQUIRED ) 30 30 include_directories(../unix) 31 31 include_directories(/usr/include/freetype2) … … 45 45 -DTHUNE_GL 46 46 ) 47 48 if(CMAKE_BUILD_TYPE STREQUAL "Debug") 49 add_definitions(-DDEBUG) 50 endif () 47 51 48 52 include_directories( … … 68 72 rfont.c 69 73 shader.c 70 # gui.c74 # gui.c 71 75 ${GLV_FILE} 72 76 ${JOYSTICK_FILE}
