CMAKE
Cmake is a cross-platform, open-source build system, created by Kitware, in response to the need for a powerful, cross-platform build environment for open source projects.
- controls software compilation process using simple, platform and compiler independent configuration files.
- Generates native makefiles and workspaces that can be used in the compiler environment of your choice.
- CMake Generator writes input files for a native build system. It is platform specific and is available only on certain platforms. Option -G can be used to specify the generator.
[Note : Using CMake with QT5]
CPACK
CPack is a powerful, cross-platform software packaging tool, distributed along with CMake. Though it seems to be tightly integrated with CMake, it can also function without it.
CPack can be used to generate different kind of packages based on CPack Generators.
CPack can be used to generate different kind of packages based on CPack Generators.
It allows you to generate
No comments:
Post a Comment