Files
musrfit/cmake/musrfitConfig.cmake.in
Andreas Suter c062e0f4e9
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 30s
add musrfitConfig.cmake, etc. for musrfit.
2026-03-01 09:35:34 +01:00

16 lines
429 B
CMake

# musrfitConfig.cmake.in
# CMake package configuration template for musrfit.
# Generated by configure_package_config_file().
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(ROOT REQUIRED COMPONENTS Gui MathMore Minuit2 XMLParser)
find_dependency(Boost REQUIRED COMPONENTS filesystem)
find_dependency(GSL REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/musrfitTargets.cmake")
check_required_components(musrfit)