mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
ci: add utf-8 option to MSVC
This commit is contained in:
@@ -38,7 +38,8 @@ else()
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_definitions("/Zc:__cplusplus")
|
||||
add_definitions("/Zc:__cplusplus") # define __cplusplus value correctly
|
||||
add_definitions("/utf-8") # enable to use u8"" literal
|
||||
endif()
|
||||
|
||||
# Set some common directories
|
||||
|
||||
Reference in New Issue
Block a user