mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
f2d7e84bdd
-consistent indends in all cmake files -add static analyzer checks with both cppcheck and clang-tidy -add dynamic analyzer checks with Address Sanitizer and option ASAN -add dynamic analyzer checks with Undefined Behavior Sanitizer and option UBSAN -Further Cleaning and Comments
11 lines
380 B
CMake
11 lines
380 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 share/cmake
|
|
)
|
|
|
|
install(EXPORT app4triqs-targets DESTINATION share/cmake)
|