build: add support for disabling native command support

This commit is contained in:
2026-07-19 13:34:09 +01:00
parent 422416e99b
commit f189643cf4
7 changed files with 52 additions and 8 deletions
+2
View File
@@ -18,3 +18,5 @@ target_include_directories(bshell.core PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/includ
target_compile_definitions(bshell.core PUBLIC
BSHELL_ENABLE_FLOATING_POINT=${bshell_enable_floating_point}
BSHELL_VERSION="${bshell_version}")
install(TARGETS bshell.core)