cmake-fetch/README.md

504 B

CMake Fetch example

Static Badge Static Badge Static Badge

Here is an example of the cmake fetch if the find_package() cannot be used. Fetch is useful when building custom version of popular libraries.

Building

In the root directory launch the following:

mkdir build && cd build
cmake ..
cmake --build .