.h
and .hpp
files)if
-statements) and repetition (e.g., for
-statements) statements have an unfamiliar syntaxcmake --help
shows a list of Generatorsctest
, cpack
make
nmake
cmake
Ant
make install
make install/strip
file(DOWNLOAD ...)
--preset
. Much of the platform-specific build configuration has been moved from the CMakeLists.txt to this file.--preset
. It is not committed to the repository and is developer-specific.find_package(srcML)
(as with find_package(LibXml2 REQUIRED)
)vcpkg
primarily aims to allow Windows developers to easily use open-source libraries in their applications. It integrates easily into CMake builds.File Type | File Number | LOC |
---|---|---|
C++ files, C files, ANTLR files | 200 (24%) | 48 KLOC (38%) |
Build Files | 40 (5%) | 3 KLOC (2%) |
Other | 525 (70%) | 75 KLOC (60%) |
Total | 768 (100%) | 126 KLOC (100%) |