Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.17 KB

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.