Windows update

This commit is contained in:
elushaX 2024-06-16 07:17:34 +03:00 committed by Ilya Shurupov
parent 19f492dff1
commit 6b77faced8
3 changed files with 9 additions and 5 deletions

View file

@ -31,7 +31,11 @@ endif()
#add_subdirectory(unittest-cpp)
add_subdirectory(lalr)
target_compile_options(UnitTest++ PUBLIC -Wno-error)
if(CMAKE_SYSTEM_NAME STREQUAL "Windows")
else()
target_compile_options(UnitTest++ PUBLIC -Wno-error)
endif()
add_subdirectory(glfw)