┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/DolphinVcsConfig.cmake.in
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2015-02-27 11:30:27 +0100
committerEmmanuel Pescosta <[email protected]>2015-02-27 11:30:27 +0100
commit9aee5d22513f0367febab54b38b3a7dc58d120bb (patch)
tree99cf391070ac5d4650a3f1b309c3ec2e814f1ac6 /DolphinVcsConfig.cmake.in
parentf025aeb63aa2a38e91c43d99ba9955793d3adf1e (diff)
parentb701b7e4edefb628d6f8b14146b2e299bd0ce5fc (diff)
Merge branch 'frameworks'
Diffstat (limited to 'DolphinVcsConfig.cmake.in')
-rw-r--r--DolphinVcsConfig.cmake.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/DolphinVcsConfig.cmake.in b/DolphinVcsConfig.cmake.in
new file mode 100644
index 000000000..7e7a2296f
--- /dev/null
+++ b/DolphinVcsConfig.cmake.in
@@ -0,0 +1,6 @@
+@PACKAGE_INIT@
+
+find_dependency(Qt5Widgets)
+find_dependency(KF5KIO)
+
+include("${CMAKE_CURRENT_LIST_DIR}/DolphinVcsTargets.cmake")