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 /CMakeLists.txt | |
parent | f17cd15e3dda370d67ef40fae10f1cf01195f55e (diff) | |
download | sink-e8d6de8d4fdc719f03731b355f8e2b662c2b2895.tar.gz sink-e8d6de8d4fdc719f03731b355f8e2b662c2b2895.zip |
export propper files to link against via cmake
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a827a10..aa2970a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ include(FeatureSummary) | |||
13 | include(GenerateExportHeader) | 13 | include(GenerateExportHeader) |
14 | include(ECMGenerateHeaders) | 14 | include(ECMGenerateHeaders) |
15 | include(ECMPackageConfigHelpers) | 15 | include(ECMPackageConfigHelpers) |
16 | include(ECMSetupVersion) | ||
16 | include(KDEInstallDirs) | 17 | include(KDEInstallDirs) |
17 | 18 | ||
18 | find_package(Qt5 COMPONENTS REQUIRED Core Widgets Network) | 19 | find_package(Qt5 COMPONENTS REQUIRED Core Widgets Network) |