Changes between Version 3 and Version 4 of code/tools/CMake
- Timestamp:
- Nov 29, 2007, 6:27:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v3 v4 4 4 == Using CMake with KDevelop == 5 5 6 CMake is capable of creating kdevelop files, which are used as project files in (guess where) KDevelop. To create them simply use the following command6 CMake is capable of creating .kdevelop files, which are used as project files in (guess where) KDevelop. To create them simply use the following command 7 7 8 cmake . -GKDevelop3 8 {{{cmake . -GKDevelop3}}} 9 10 11 === optimize kdevelop === 12 * makeopts to 3 13 * nice level 5 14 * CFLAGS/CXXFLAGS for optimized code 15 * adapt working dir, to be able to run it directly (you still need to run the run-script the first time)