summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Rename kdemacros.h to tdemacros.hMichele Calgaro2024-06-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-021-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add the ability to specify the necessary CXX features.Slávek Banko2021-12-291-0/+1
| | | | | | | | | | | | | This increases the minimum necessary version of CMake to 3.1. There are three levels: 1. TDE_CXX_FEATURES common for all TDE modules 2. PROJECT_CXX_FEATURES common at invidual module level 3. CXX_FEATURES and CXX_FEATURES_PRIVATE for individual libraries and binaries Public CXX_FEATURES for libraries become part of the exported CMake target. Signed-off-by: Slávek Banko <[email protected]>
* Move templates to a separate directory and rename to the tde_ prefix.Slávek Banko2020-06-125-0/+52
Create the TDE_CMAKE_ROOT and TDE_CMAKE_TEMPLATES variables. Signed-off-by: Slávek Banko <[email protected]>