Add linenoise-ng
This commit is contained in:
12
client/deps/linenoise-ng/Makefile
Normal file
12
client/deps/linenoise-ng/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
MYSRCPATHS =
|
||||
MYINCLUDES =
|
||||
MYCXXFLAGS = -DNDEBUG -std=c++11 -fomit-frame-pointer
|
||||
MYDEFS =
|
||||
MYCXXSRCS = \
|
||||
ConvertUTF.cpp \
|
||||
linenoise.cpp \
|
||||
wcwidth.cpp
|
||||
|
||||
LIB_A = liblinenoise.a
|
||||
|
||||
include ../../../Makefile.host
|
||||
Reference in New Issue
Block a user