mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -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
|
||||
${CMAKE_CURRENT_BINARY_DIR}/installer-Windows.generated.iss)
|
||||
|
||||
target_compile_definitions(${LIB_NAME} PRIVATE UNICODE _UNICODE)
|
||||
if(MSVC)
|
||||
target_compile_options(${LIB_NAME} PUBLIC /MP /d2FH4- /wd4267 /wd4267)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user