mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
build nctetris on windows
This commit is contained in:
parent
f5d16d1d8a
commit
ef417c3bbd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user