Copyright (C) 2020-2024, Emilien Vallot and Christophe Calmejane
CMake Utils is a collection of cmake scripts designed to improve developers productivity.
The scripts are split in 2 parts:
- Helper functions and macros
- FindPackage modules
Use the cmake include()
command to include the file containing the function or macro you want to use, then directly call your function or macro.
Add the path to this repository's subfolder modules to the CMAKE_PREFIX_PATH
variable using list(APPEND CMAKE_PREFIX_PATH path/to/modules)