Skip to content

lirios/cmake-shared

Repository files navigation

CMake Shared

License GitHub release GitHub issues CI

Shared functions and macros for projects using the CMake build system.

Dependencies

The following modules and their dependencies are required:

Installation

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).

Licensing

Licensed under the terms of the GNU General Public License version 3.