build nctetris on windows

This commit is contained in:
nick black 2021-08-05 00:03:14 -04:00 committed by nick black
parent f5d16d1d8a
commit ef417c3bbd

View File

@ -565,7 +565,6 @@ target_link_libraries(notcurses-input
############################################################################
# nctetris
if(NOT WIN32)
file(GLOB TETRISSRC CONFIGURE_DEPENDS src/tetris/*.cpp)
add_executable(nctetris ${TETRISSRC})
target_include_directories(nctetris
@ -578,7 +577,6 @@ target_link_libraries(nctetris
PRIVATE
notcurses++
)
endif()
############################################################################
# ncneofetch