Add include(GenerateExportHeader) to CMakeLists.txt

We should not depend on the fact that KDECompilerSettings.cmake happens
to include it when we use generate_export_header().
This commit is contained in:
Alex Merry 2014-01-07 19:36:06 +00:00
parent e1a868e4f6
commit 0f1bc5e748

View File

@ -5,6 +5,7 @@ project(Plasma)
# Make CPack available to easy generate binary packages
include(CPack)
include(FeatureSummary)
include(GenerateExportHeader)
################# set KDE specific information #################