mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
11 lines
418 B
CMake
11 lines
418 B
CMake
configure_file(app4triqs-config.cmake.in app4triqs-config.cmake @ONLY)
|
|
configure_file(app4triqs-config-version.cmake.in app4triqs-config-version.cmake @ONLY)
|
|
install(
|
|
FILES
|
|
${CMAKE_CURRENT_BINARY_DIR}/app4triqs-config.cmake
|
|
${CMAKE_CURRENT_BINARY_DIR}/app4triqs-config-version.cmake
|
|
DESTINATION lib/cmake/app4triqs
|
|
)
|
|
|
|
install(EXPORT app4triqs-targets NAMESPACE app4triqs:: DESTINATION lib/cmake/app4triqs)
|