mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
remove extraneous USE_MULTIMEDIA check #1300
This commit is contained in:
parent
899ef3e62e
commit
05193af667
@ -589,7 +589,6 @@ target_link_libraries(ncls
|
|||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# ncplayer
|
# ncplayer
|
||||||
if(NOT ${USE_MULTIMEDIA} STREQUAL "none")
|
|
||||||
file(GLOB VIEWSRCS CONFIGURE_DEPENDS src/view/*.cpp)
|
file(GLOB VIEWSRCS CONFIGURE_DEPENDS src/view/*.cpp)
|
||||||
add_executable(ncplayer ${VIEWSRCS} ${COMPATSRC})
|
add_executable(ncplayer ${VIEWSRCS} ${COMPATSRC})
|
||||||
target_include_directories(ncplayer
|
target_include_directories(ncplayer
|
||||||
@ -603,7 +602,6 @@ target_link_libraries(ncplayer
|
|||||||
notcurses++
|
notcurses++
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# testing
|
# testing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user