/cmake-shared

:book: Shared CMake functions and macros

Primary LanguageCMakeOtherNOASSERTION

CMake Shared

License GitHub release GitHub issues CI

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

Dependencies

You need cmake >= 3.10.0 to build this project.

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 BSD 3 Clause license.