forked from teamnwah/openmw-tes3coop
Add flag for mingw-w64 unicode support
This commit is contained in:
parent
96d9afec38
commit
901ee5b756
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ target_link_libraries(openmw-iniimporter
|
|||
components
|
||||
)
|
||||
|
||||
if (MINGW)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -municode")
|
||||
endif()
|
||||
|
||||
if (BUILD_WITH_CODE_COVERAGE)
|
||||
add_definitions (--coverage)
|
||||
target_link_libraries(openmw-iniimporter gcov)
|
||||
|
|
Loading…
Reference in a new issue