Don't depend on musikglue anymore. It doesn't exist.

This commit is contained in:
casey langen 2018-01-18 08:52:58 -08:00
parent 1b927ed96d
commit c29f8cedc7

View File

@ -64,7 +64,7 @@ add_executable(musikcube ${CUBE_SRCS})
add_definitions(-DNCURSES_WIDECHAR)
if (CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
target_link_libraries(musikcube ${musikcube_LINK_LIBS} ncursesw panelw musikcore musikglue)
target_link_libraries(musikcube ${musikcube_LINK_LIBS} ncursesw panelw musikcore)
else()
target_link_libraries(musikcube ${musikcube_LINK_LIBS} curses panel musikcore musikglue)
endif()
target_link_libraries(musikcube ${musikcube_LINK_LIBS} curses panel musikcore)
endif()