diff options
author | Zeex <zeex@rocketmail.com> | 2022-03-13 12:46:47 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-13 12:46:47 +0600 |
commit | 83d4e1ebef3588fae48b69a7352cc21801cb70bc (patch) | |
tree | e0809fd9ceb10469dca913f10d12a27320388634 /cmake | |
parent | 07725be10d40017709a15e8e58b165e83d8b41d8 (diff) | |
parent | bff89c8dce5629740081217ec21dd2f203c88edb (diff) | |
download | subhook-main.zip subhook-main.tar.gz subhook-main.tar.bz2 |
CMake modernization
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Config.cmake.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/Config.cmake.in b/cmake/Config.cmake.in new file mode 100644 index 0000000..f83ace5 --- /dev/null +++ b/cmake/Config.cmake.in @@ -0,0 +1,3 @@ +@PACKAGE_INIT@ + +include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake") |