UML 2.0 / CyberiadaML standatd compliance

This commit is contained in:
Alexey Fedoseev
2024-03-03 14:58:08 +03:00
parent 452eedc77c
commit 393bf5d2eb
3 changed files with 690 additions and 236 deletions

View File

@@ -8,7 +8,7 @@ else
endif
TEST_TARGET := cyberiada_test
LIB_SOURCES := cyberiadaml.c
LIB_SOURCES := cyberiadaml.c utf8enc.c
TEST_SOURCES := test.c
LIB_OBJECTS := $(patsubst %.c, %.o, $(LIB_SOURCES))
TEST_OBJECTS := $(patsubst %.c, %.o, $(TEST_SOURCES))