NotcursesConfig.cmake: list -lnotcurses-core #1301

pull/1305/head
nick black 3 years ago
parent 7f1d208a0a
commit a5244632da
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save