summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexey Gavrilov <alexey.gavrilov@mail.com>2026-07-17 10:36:35 +0700
committerAlexey Gavrilov <alexey.gavrilov@mail.com>2026-07-17 10:36:35 +0700
commit3103eac61c5ad371eb6251c1998ff72d62ea3b03 (patch)
treec663eefd1f71f30b4053d54d8ea18743d669d9ce /CMakeLists.txt
parent23bf8bbaa4bb5f3725bc6e07283aa9f5b94f0943 (diff)
Add a new cmake project variable and doc update
A `IS_BIND_FEATURES_TO_BUILD` option has influence the `bindFeatureToBuild` function calling if it is specifies. Add some cmake options in build documentation Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fa2c03..383bc13 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -122,6 +122,10 @@ add_subdirectory(drivers)
add_subdirectory(include)
add_subdirectory(libgcc)
+if(IS_BIND_FEATURES_TO_BUILD)
+ bindFeaturesToBuild()
+endif()
+
target_sources(Objective PRIVATE
$<TARGET_OBJECTS:Boot>
)