mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-25 15:34:48 -05:00
Use unicode as chracter set for lib build
This commit is contained in:
parent
8d6b9e37d5
commit
ffccc435ca
|
|
@ -321,6 +321,7 @@ if(OS_WINDOWS)
|
||||||
configure_file(cmake/bundle/windows/installer-Windows.iss.in
|
configure_file(cmake/bundle/windows/installer-Windows.iss.in
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/installer-Windows.generated.iss)
|
${CMAKE_CURRENT_BINARY_DIR}/installer-Windows.generated.iss)
|
||||||
|
|
||||||
|
target_compile_definitions(${LIB_NAME} PRIVATE UNICODE _UNICODE)
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
target_compile_options(${LIB_NAME} PUBLIC /MP /d2FH4- /wd4267 /wd4267)
|
target_compile_options(${LIB_NAME} PUBLIC /MP /d2FH4- /wd4267 /wd4267)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user