Skip to content
Snippets Groups Projects
Commit 5415724c authored by Jonathan Kunstwald's avatar Jonathan Kunstwald
Browse files

Fix MSVC compile flags

parent 9d74820f
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,10 @@ file(GLOB_RECURSE HEADER_FILES "*.hh")
add_executable(flock ${SOURCE_FILES} ${HEADER_FILES} ${SHADER_FILES} flock.rc)
if (MSVC)
# ignore warnings for non-standard unnamed structs in glm
target_compile_options(flock PUBLIC ${CMAKE_CXX_FLAGS} /wd4201)
endif()
include_directories(flock ${qu3e_SOURCE_DIR}/src)
target_link_libraries(flock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment