aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2022-03-13 12:46:47 +0600
committerGitHub <noreply@github.com>2022-03-13 12:46:47 +0600
commit83d4e1ebef3588fae48b69a7352cc21801cb70bc (patch)
treee0809fd9ceb10469dca913f10d12a27320388634 /cmake
parent07725be10d40017709a15e8e58b165e83d8b41d8 (diff)
parentbff89c8dce5629740081217ec21dd2f203c88edb (diff)
downloadsubhook-main.zip
subhook-main.tar.gz
subhook-main.tar.bz2
Merge pull request #65 from r4nx/cmake-modernizeHEADmain
CMake modernization
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Config.cmake.in3
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")