Files
omath/cmake/omathConfig.cmake.in
2024-12-21 15:53:47 +03:00

8 lines
181 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
# Load the targets for the omath library
include("${CMAKE_CURRENT_LIST_DIR}/omathTargets.cmake")
check_required_components(omath)