Skip to content

Commit

Permalink
Fix: missing compile option of test1.exe on MinGW platform. (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
ds14050 authored Feb 5, 2019
1 parent f41567f commit f001bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ if (MSVC)
)
elseif (MINGW)
target_compile_options (${project_name} PRIVATE -finput-charset=utf-8 -fexec-charset=cp932)
target_compile_definitions (${project_name} PUBLIC $<$<CONFIG:Debug>:_DEBUG>)
file (GLOB_RECURSE ALL_O
"${CMAKE_CURRENT_LIST_DIR}/../../sakura_core/*.cpp"
"${CMAKE_CURRENT_LIST_DIR}/../../sakura_core/*.rc"
Expand Down

0 comments on commit f001bb3

Please sign in to comment.