3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 16:34:53 +02:00

[cmake] Add useful comments for dependency targets to config.cmake.in file

This commit is contained in:
Nils Wentzell 2020-04-29 10:23:37 -04:00
parent 764cdf35eb
commit 795ab5c671

View File

@ -13,6 +13,10 @@ set(APP4TRIQS_GIT_HASH @PROJECT_GIT_HASH@)
# Root of the installation
set(APP4TRIQS_ROOT @CMAKE_INSTALL_PREFIX@)
## Find the target dependencies
#include(CMakeFindDependencyMacro)
#find_dependency(...)
# Include the exported targets of this project
include(@CMAKE_INSTALL_PREFIX@/lib/cmake/app4triqs/app4triqs-targets.cmake)