HSF / cmaketools

Small package containing some HEP commonly used CMake "find" modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a small package containing some commonly used CMake "find" modules.

To use them, you need to have the top directory in the CMAKE_PREFIX_PATH, then you can enable the modules in your CMakeLists.txt with something like:

find_package(CMakeTools)
UseCMakeTools()

About

Small package containing some HEP commonly used CMake "find" modules

License:GNU General Public License v3.0


Languages

Language:CMake 99.8%Language:C++ 0.2%