Skip to content

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

License

Notifications You must be signed in to change notification settings

maemo-leste-extras/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

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published