NotcursesConfig.cmake: list -lnotcurses-core #1301

This commit is contained in:
nick black 2021-01-19 08:35:24 -05:00
parent 7f1d208a0a
commit a5244632da
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -6,4 +6,4 @@ get_filename_component(Notcurses_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(Notcurses_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@") set(Notcurses_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
set(Notcurses_LIBRARY_DIRS "@CONF_LIBRARY_DIRS@") set(Notcurses_LIBRARY_DIRS "@CONF_LIBRARY_DIRS@")
set(Notcurses_LIBRARIES -lnotcurses) set(Notcurses_LIBRARIES -lnotcurses-core -lnotcurses)