Changes between Version 19 and Version 20 of code/tools/CMake
- Timestamp:
- Oct 28, 2009, 7:36:16 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/tools/CMake
v19 v20 2 2 [[TracNav(TracNav/TOC_Development)]] 3 3 4 [http://www.cmake.org CMake] is a build tool which creates Makefile for you. There are also additional generators for any kind of development environment like KDevelop or Code::Blocks. [[br]]4 [http://www.cmake.org CMake] is a build tool which creates Makefile for you. There are also additional generators for any kind of development environment like [wiki:CMake#UsingCMakewithKDevelop KDevelop] or [wiki:CMake#UsingCMakewithCodeBlocks Code::Blocks]. [[br]] 5 5 6 6 == Using CMake == … … 48 48 == Using CMake with KDevelop == 49 49 50 CMake is capable of creating .kdevelop files, which are used as project files in (guess where) KDevelop. To create them simply use the following command50 CMake is capable of creating .kdevelop files, which are used as project files in (guess where) [http://www.kdevelop.org/ KDevelop]. To create them simply use the following command: 51 51 52 52 {{{ … … 71 71 ''you still need to run {{{./run-script}}} the first time'' 72 72 73 74 == Using CMake with Code::Blocks == 75 76 CMake is capable of creating .cbp files for [http://www.codeblocks.org/ Code::Blocks]. Create a Code::Blocks project by simply using the following command: 77 78 {{{ 79 $ cmake .. -G"CodeBlocks - Unix Makefiles" 80 }}} 81 82 73 83 == Debug CMake paths == 74 84 If you want to look at the paths of a library, run CMake with verbose option: