Changes between Version 1 and Version 2 of code/tools/CMake
- Timestamp:
- Nov 29, 2007, 6:14:43 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v1 v2 1 1 == CMake Build System == 2 3 === Using CMake with KDevelop === 4 5 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 6 7 cmake . -GKDevelop3