mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
need TERMINFO_INCLUDE_DIRS for notcurses-demo on mac
This commit is contained in:
parent
4ed0e09e26
commit
ee2fcb4039
@ -515,6 +515,7 @@ target_include_directories(notcurses-demo
|
||||
PRIVATE
|
||||
include
|
||||
src
|
||||
"${TERMINFO_INCLUDE_DIRS}"
|
||||
"${CMAKE_REQUIRED_INCLUDES}"
|
||||
"${PROJECT_BINARY_DIR}/include"
|
||||
)
|
||||
|
@ -9,6 +9,7 @@ extern "C" {
|
||||
#include "builddef.h"
|
||||
|
||||
#include <term.h>
|
||||
#include <ncurses.h>
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
@ -15,7 +15,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <unistr.h>
|
||||
#include <locale.h>
|
||||
#include <ncurses.h>
|
||||
#include <uniwbrk.h>
|
||||
#include <inttypes.h>
|
||||
#include <notcurses/direct.h>
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <ncurses.h>
|
||||
#ifdef __linux__
|
||||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user