summaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authormyd7349 <[email protected]>2019-04-05 10:56:47 +0800
committermyd7349 <[email protected]>2019-04-09 18:03:25 +0800
commit61181f2c49b823f691b42c6de63a5f9f130e18d6 (patch)
treee5eeeeebc564cf995636fa034928a57b559b288b /CMakeLists.txt
parent94335e30df6c66337eaad937048191c1735e6223 (diff)
downloadraylib-61181f2c49b823f691b42c6de63a5f9f130e18d6.tar.gz
raylib-61181f2c49b823f691b42c6de63a5f9f130e18d6.zip
Fix CMake support on Win32
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index aebd4c4b..be74c4da 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)