Added from_string; added remove_accents

This adds a dependency on libunistring.
This commit is contained in:
Bob Polis
2021-07-02 11:30:13 +02:00
parent 6e0c828404
commit ea9bcb2fee
4 changed files with 42 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LIBNAME := $(shell basename $$(pwd))
MAJOR := 1
MINOR := 1.0
MINOR := 2.0
UNAME_S := $(shell uname -s)
@ -35,7 +35,7 @@ else
CXXFLAGS += -D NDEBUG -O3
endif
LDLIBS := -lscerror
LDLIBS := -lscerror -lunistring
RM := /bin/rm -f
INSTALL := /usr/bin/install -c