Fix CMake support on Win32

This commit is contained in:
myd7349 2019-04-05 10:56:47 +08:00
parent 94335e30df
commit 61181f2c49
3 changed files with 12 additions and 5 deletions

View file

@ -41,7 +41,7 @@ if (ENABLE_MSAN AND ENABLE_ASAN)
MESSAGE(WARNING "Compiling with both AddressSanitizer and MemorySanitizer is not recommended")
endif()
add_subdirectory(src release)
add_subdirectory(src)
if (${BUILD_EXAMPLES})
add_subdirectory(examples)