Skip to content

Commit 0ccd02c

Browse files
committed
enable sdl
1 parent b2aca70 commit 0ccd02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unittest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(NOT MSVC)
1515
add_link_options(-fsanitize=undefined,address)
1616
else()
1717
message("Use MSVC")
18-
add_compile_options(/W4 /permissive- /std:c++14)
18+
add_compile_options(/W4 /permissive- /std:c++14 /sdl)
1919
endif()
2020

2121
add_subdirectory(googletest)

0 commit comments

Comments
 (0)