Skip to content

Commit

Permalink
Set execution charset.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Sep 3, 2022
1 parent 12a3a79 commit 0ac9fe9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/AdvancedDLSupport.Tests/c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ list(

if(UNICODE)
add_compile_definitions(UNICODE)

if(MSVC)
add_compile_options("/utf-8")
endif()
endif()

foreach (target ${StandardTargets})
Expand Down

0 comments on commit 0ac9fe9

Please sign in to comment.