Shared functions and macros for projects using the CMake build system.
The following modules and their dependencies are required:
- cmake >= 3.19.0
- extra-cmake-modules >= 5.245.0
From the root of the repository, run:
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/prefix ..
make
make install # prepend sudo if you need it
Replace /path/to/prefix
to the installation prefix (default: /usr/local
).
Licensed under the terms of the GNU General Public License version 3.