From 78fadafb8fa85d84d4170cb031ec019e976a5c4d Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 15 Mar 2020 01:19:47 -0400 Subject: [PATCH] notcurses++ needs PUBLIC notcurses linkage --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bb2c42e91..18804c24c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -209,7 +209,7 @@ target_include_directories(notcurses++-static ) target_link_libraries(notcurses++ - PRIVATE + PUBLIC notcurses) set(NCPP_COMPILE_OPTIONS