summaryrefslogtreecommitdiffstats
path: root/cmake/module/dexport.cmake
AgeCommit message (Collapse)AuthorFilesLines
2026-07-23Include cmake feature module in the build routineAlexey Gavrilov1-0/+46
Add predicate `ifFeatureEnables` that checks feature is define or not, and return accordingly boolean value. Consider some cmake objective targets as features. Populate information to these targets, and provides in particular file `CMakeFeatures.txt`. Cpuid, MSR, ACPI and driver VGA in text mode they are. Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>