aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-01-07Add include(GenerateExportHeader) to CMakeLists.txtAlex Merry
We should not depend on the fact that KDECompilerSettings.cmake happens to include it when we use generate_export_header().
2014-01-01Generate forward headers.David Faure
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 :)
2013-12-18Move kconfig code to the root directory.Jenkins CI