mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-13 14:03:58 +00:00
fix: enforce utf-8 charset when building flameshot
This commit is contained in:
committed by
borgmanJeremy
parent
71be27002c
commit
65f28de250
@@ -20,6 +20,9 @@ add_executable(Flameshot::flameshot ALIAS flameshot)
|
||||
|
||||
if(WIN32)
|
||||
set_property(TARGET flameshot PROPERTY WIN32_EXECUTABLE true)
|
||||
if(MSVC)
|
||||
target_compile_options(flameshot PRIVATE /source-charset:utf-8)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(cli)
|
||||
|
||||
Reference in New Issue
Block a user