We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11d050 commit 8774f15Copy full SHA for 8774f15
share/sysbuild/cmake/modules/sysbuild_extensions.cmake
@@ -661,6 +661,10 @@ function(set_config_string image setting value)
661
set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "${setting}=\"${value}\"\n")
662
endfunction()
663
664
+function(set_config_int image setting value)
665
+ set_property(TARGET ${image} APPEND_STRING PROPERTY CONFIG "${setting}=${value}\n")
666
+endfunction()
667
+
668
# Usage:
669
# sysbuild_add_subdirectory(<source_dir> [<binary_dir>])
670
#
0 commit comments