From 3103eac61c5ad371eb6251c1998ff72d62ea3b03 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Fri, 17 Jul 2026 10:36:35 +0700 Subject: 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 --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') 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 $ ) -- cgit v1.2.3