diff options
author | David Faure <faure@kde.org> | 2014-01-01 11:35:56 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2014-01-01 11:35:56 +0100 |
commit | 41e55025e17b2f8e17294bc8cff7b47e8f6af1f7 (patch) | |
tree | 2ecde01a63b688076edeb17bed8ef128bbdf501b /CMakeLists.txt | |
parent | 6560c6031f2219bf2da515ef6daa73ec5af854aa (diff) | |
download | kconfig-41e55025e17b2f8e17294bc8cff7b47e8f6af1f7.tar.gz kconfig-41e55025e17b2f8e17294bc8cff7b47e8f6af1f7.tar.bz2 |
Generate forward headers.
Install them in the proper directory.
Let cmake find them.
Had to rename conversion_check.h to conversioncheck.h
Had to improve the scripts to support multiple libs in one framework :)
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 c7a7c934..46183c1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,7 @@ include(KDECMakeSettings) include(FeatureSummary) include(ECMSetupVersion) +include(ECMGenerateHeaders) set(KF5_VERSION "5.0.0") |