Windows update
This commit is contained in:
parent
19f492dff1
commit
6b77faced8
3 changed files with 9 additions and 5 deletions
6
Externals/CMakeLists.txt
vendored
6
Externals/CMakeLists.txt
vendored
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue