Fix compilation error in win11

This commit is contained in:
meltycriss 2024-08-05 18:52:19 +08:00 committed by Blyron
parent 9ffe13a9b4
commit 2816f2752b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ endif ()
if (WIN32)
add_compile_definitions (_CRT_SECURE_NO_WARNINGS)
add_compile_options (/utf-8)
endif ()
set (CARLA_COMMON_DEFINITIONS)