diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-01-11 00:08:14 +0100 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-01-11 00:08:14 +0100 |
commit | e8d6de8d4fdc719f03731b355f8e2b662c2b2895 (patch) | |
tree | c068db956e4eae9b88c00d2fb4151570b686aabf /common/Akonadi2CommonConfig.cmake.in | |
parent | f17cd15e3dda370d67ef40fae10f1cf01195f55e (diff) | |
download | sink-e8d6de8d4fdc719f03731b355f8e2b662c2b2895.tar.gz sink-e8d6de8d4fdc719f03731b355f8e2b662c2b2895.zip |
export propper files to link against via cmake
Diffstat (limited to 'common/Akonadi2CommonConfig.cmake.in')
-rw-r--r-- | common/Akonadi2CommonConfig.cmake.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/Akonadi2CommonConfig.cmake.in b/common/Akonadi2CommonConfig.cmake.in new file mode 100644 index 0000000..ae0aefc --- /dev/null +++ b/common/Akonadi2CommonConfig.cmake.in | |||
@@ -0,0 +1,5 @@ | |||
1 | @PACKAGE_INIT@ | ||
2 | |||
3 | find_dependency(KF5Mime "@KMIME_LIB_VERSION@") | ||
4 | |||
5 | include("${CMAKE_CURRENT_LIST_DIR}/Akonadi2CommonTargets.cmake") | ||