Changes between Version 8 and Version 9 of CMakeBuildConfiguration
- Timestamp:
- May 24, 2008, 3:49:20 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeBuildConfiguration
v8 v9 75 75 ccmake <path-to-build> 76 76 }}} 77 or have the makefiles do it for you: 78 {{{ 79 make edit_cache 80 }}} 81 82 77 83 The CMakeLists.txt file is hand-editable, though this is usually not as convenient as the cmake-supplied configuration tools mentioned above. An excerpt of this file: 78 84 {{{