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.
12 lines
286 B
CMake
12 lines
286 B
CMake
4 weeks ago
|
# Config file for the installed package
|
||
|
|
||
|
set(psblas_VERSION "@psblas_VERSION@")
|
||
|
|
||
|
# Include directories
|
||
|
set(psblas_INCLUDE_DIRS "@CMAKE_INSTALL_INCLUDEDIR@")
|
||
|
|
||
|
include(CMakeFindDependencyMacro)
|
||
|
|
||
|
# Provide the targets
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@CMAKE_PROJECT_NAME@Targets.cmake")
|