[cmake] force configuration options

limit multiconfiguration options to supported types
This commit is contained in:
akallabeth
2024-11-12 09:36:25 +01:00
parent 9ac770b70e
commit ba8fd2ada5
43 changed files with 158 additions and 159 deletions

View File

@@ -67,7 +67,7 @@ if(RDTK_FORCE_STATIC_BUILD)
set(BUILD_SHARED_LIBS OFF)
endif()
add_definitions(-DRDTK_EXPORTS)
add_compile_definitions(RDTK_EXPORTS)
if(NOT IOS)
check_include_files(stdbool.h RDTK_HAVE_STDBOOL_H)