Version 6 (modified by nicolasc, 17 years ago) (diff) |
---|
CMake Build System
Using CMake with KDevelop
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
cmake . -GKDevelop3
Optimize KDevelop
Go to Project->Project Option->Make Option->Make, and do the following changes
- makeopts to 3
- nice level 5
- CFLAGS/CXXFLAGS for optimized code
- adapt working dir, to be able to run it directly (you still need to run the run-script the first time)