You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
amg4psblas/cmake/amg4psblasConfig.cmake.in

12 lines
298 B
CMake

# Config file for the installed package
set(amg4psblas_VERSION "@amg4psblas_VERSION@")
# Include directories
set(amg4psblas_INCLUDE_DIRS "@CMAKE_INSTALL_INCLUDEDIR@")
include(CMakeFindDependencyMacro)
# Provide the targets
include("${CMAKE_CURRENT_LIST_DIR}/@CMAKE_PROJECT_NAME@Targets.cmake")