Skip to content
Snippets Groups Projects
Verified Commit cf6b37f4 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Add common compiler flags on windows

parent 21906f66
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,8 @@ target_link_libraries(matrix_client
if(NOT MSVC AND NOT APPLE)
target_link_libraries(matrix_client PUBLIC Threads::Threads)
elseif(MSVC)
target_compile_options(matrix_client PUBLIC /Zc:__cplusplus /utf-8 /MP /Gm- /EHsc)
endif()
if(COVERAGE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment