Try to sync SDO, WIP

This commit is contained in:
Anders Sandstrom
2021-03-09 16:51:34 +01:00
parent e5e754f5e8
commit 8f5ea3acd9
9 changed files with 152 additions and 39 deletions

View File

@@ -42,6 +42,7 @@ APPDB:=$(APP)/Db
APPSRC:=$(APP)/src
USR_CFLAGS += -shared -fPIC -Wall -Wextra
USR_CPPFLAGS += -std=c++11
USR_LDFLAGS += -lstdc++
USR_INCLUDES += -I$(where_am_I)$(APPSRC)