fix multiple flag on compiling

This commit is contained in:
hathach
2024-11-27 11:10:06 +07:00
parent 63771086d9
commit 453d69517b
5 changed files with 11 additions and 5 deletions

View File

@@ -69,6 +69,7 @@ if (DEFINED LOG)
endif()
if(DEFINED CFLAGS_CLI)
separate_arguments(CFLAGS_CLI)
list(APPEND compile_definitions ${CFLAGS_CLI})
endif()