mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
[cmake] Add useful comments for dependency targets to config.cmake.in file
This commit is contained in:
parent
764cdf35eb
commit
795ab5c671
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user