Fix CMake support on Win32
This commit is contained in:
parent
94335e30df
commit
61181f2c49
3 changed files with 12 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue