CodeLite¶
在 3.27 版之後被棄用: Support for 額外生成器 is deprecated and will be removed from
a future version of CMake. IDEs may use the cmake-file-api(7)
to view CMake-generated project build trees.
生成 CodeLite 專案檔。
Project files for CodeLite will be created in the top directory and
in every subdirectory which features a CMakeLists.txt file containing
a project()
call.
The appropriate make program can build the
project through the default all
target. An install
target
is also provided.
在 3.7 版被加入: The CMAKE_CODELITE_USE_TARGETS
variable may be set to ON
to change the default behavior from projects to targets as the basis
for project files.
This "extra" generator may be specified as:
CodeLite - MinGW Makefiles
使用
MinGW Makefiles
生成。CodeLite - NMake Makefiles
使用
NMake Makefiles
生成。CodeLite - Ninja
使用
Ninja
生成。CodeLite - Unix Makefiles
使用
Unix Makefiles
生成。