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:
parent
e1a868e4f6
commit
0f1bc5e748
@ -5,6 +5,7 @@ project(Plasma)
|
|||||||
# Make CPack available to easy generate binary packages
|
# Make CPack available to easy generate binary packages
|
||||||
include(CPack)
|
include(CPack)
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
|
include(GenerateExportHeader)
|
||||||
|
|
||||||
################# set KDE specific information #################
|
################# set KDE specific information #################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user