mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
Make randtilegen and rgbgfx_test compile with MSVC
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
|
||||
add_executable(randtilegen gfx/randtilegen.c)
|
||||
if(NOT MSVC)
|
||||
target_compile_options(randtilegen PRIVATE -Wno-vla)
|
||||
endif()
|
||||
|
||||
add_executable(rgbgfx_test gfx/rgbgfx_test.cpp)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user