update component renames and small behavior changes

This commit is contained in:
2024-04-20 15:24:11 +02:00
parent b5b7df1e27
commit 34485acba1
8 changed files with 10 additions and 7 deletions

View File

@ -25,6 +25,9 @@ if (SOLANACEAE_ECOSYSTEM_BUILD_TESTING)
include(CTest) include(CTest)
endif() endif()
#add_compile_options(-fsanitize=undefined)
#link_libraries(-fsanitize=undefined)
# external libs # external libs
add_subdirectory(./external) # before increasing warn levels, sad :( add_subdirectory(./external) # before increasing warn levels, sad :(