devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / cmake / DESCR
1 CMake is an extensible, open-source system that manages the build
2 process in an operating system and compiler independent manner. Unlike
3 many cross-platform systems, CMake is designed to be used in
4 conjunction with the native build environment. Simple configuration
5 files placed in each source directory (called CMakeLists.txt files)
6 are used to generate standard build files (e.g., makefiles on Unix and
7 projects/workspaces in Windows MSVC) which are used in the usual
8 way. CMake can compile source code, create libraries, generate
9 wrappers, and build executables in arbitrary combinations. CMake
10 supports in-place and out-of-place builds, and can therefore support
11 multiple builds from a single source tree. CMake also supports static
12 and dynamic library builds.  Another nice feature of CMake is that it
13 generates a cache file that is designed to be used with a graphical
14 editor.  For example, when CMake runs, it locates include files,
15 libraries, and executable, and may encounter optional build
16 directives. This information is gathered into the cache, which may be
17 changed by the user prior to the generation of the native build files.