mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
PoCs need dep on local include
This commit is contained in:
parent
8de3696268
commit
fa6394b021
@ -84,7 +84,7 @@ foreach(f ${POCSRCS})
|
||||
get_filename_component(fe "${f}" NAME_WE)
|
||||
add_executable(${fe} ${f})
|
||||
target_include_directories(${fe}
|
||||
PRIVATE "${TERMINFO_INCLUDE_DIR}"
|
||||
PRIVATE include "${TERMINFO_INCLUDE_DIR}"
|
||||
)
|
||||
target_link_libraries(${fe}
|
||||
PRIVATE "${TERMINFO_LIBRARIES}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user