rebuild project

This commit is contained in:
chatlanin
2022-03-27 22:23:36 +03:00
parent 13d2fdcf38
commit bde4398888
14 changed files with 137 additions and 253 deletions

View File

@@ -24,21 +24,7 @@ endif
args = []
deps = []
inc = []
inc += include_directories('.')
conf = configuration_data()
check_headers = [
['ncurses.h', 'HAVE_NCURSES_H'],
['curses.h', 'HAVE_CURSES_H'],
]
foreach h : check_headers
if compiler.has_header(h.get(0))
conf.set(h.get(1), 1)
endif
endforeach
subdir('src')
subdir('bin')