]> git.lizzy.rs Git - nothing.git/blobdiff - CMakeLists.txt
(#1129) Remove redundant debug logging
[nothing.git] / CMakeLists.txt
index b2999a8ee35de8496d535522931a780ba5a125c3..aebaed534151c94967483ae347c9156957f5b11c 100644 (file)
@@ -122,6 +122,8 @@ add_executable(nothing
   src/sdl/renderer.h
   src/sdl/texture.h
   src/sdl/texture.c
+  src/ui/cursor.h
+  src/ui/cursor.c
   src/ui/console.c
   src/ui/console.h
   src/ui/console_log.c
@@ -219,6 +221,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
     /wd4820 \
     /wd5045 \
     /wd4200 \
+    /wd4706 \
     /D \"_CRT_SECURE_NO_WARNINGS\"")
   if (${NOTHING_CI})
      set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /WX")