mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 11:17:06 +07:00
move the installation logic to the top-level of cmakelists
discussion: https://github.com/BlackMATov/meta.hpp/issues/119
This commit is contained in:
7
cmake/config.cmake.in
Normal file
7
cmake/config.cmake.in
Normal file
@@ -0,0 +1,7 @@
|
||||
@PACKAGE_INIT@
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
find_dependency(Threads REQUIRED)
|
||||
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")
|
||||
check_required_components(@PROJECT_NAME@)
|
||||
Reference in New Issue
Block a user