notcurses++ needs PUBLIC notcurses linkage

This commit is contained in:
nick black 2020-03-15 01:19:47 -04:00
parent 66bb614ab3
commit 78fadafb8f

View File

@ -209,7 +209,7 @@ target_include_directories(notcurses++-static
) )
target_link_libraries(notcurses++ target_link_libraries(notcurses++
PRIVATE PUBLIC
notcurses) notcurses)
set(NCPP_COMPILE_OPTIONS set(NCPP_COMPILE_OPTIONS