summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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>
)