aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorr4nx <mod34@yandex.ru>2021-12-28 05:23:49 +0200
committerr4nx <mod34@yandex.ru>2021-12-28 05:23:54 +0200
commit00ea69cbd01521f10a6c1488c115644d00e64b79 (patch)
treed6a54c4c1fa394f8db027acaac0b7c9823661680 /cmake
parent8de6fdbaca68eb5f0adfbb560498481d511bdaee (diff)
downloadsubhook-00ea69cbd01521f10a6c1488c115644d00e64b79.zip
subhook-00ea69cbd01521f10a6c1488c115644d00e64b79.tar.gz
subhook-00ea69cbd01521f10a6c1488c115644d00e64b79.tar.bz2
Modernize CMake and make library installable in terms of targets
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")