Separate public header

This commit is contained in:
2022-11-20 22:31:23 -05:00
parent 31c7ee156c
commit f19f672d05
2 changed files with 1 additions and 54 deletions

View File

@@ -18,7 +18,7 @@ LIB_SRCS = [
"src/utility.c",
"src/parse.c",
]
LIB_INCLUDES = ["src/"]
LIB_INCLUDES = ["src/", "include/"]
TEST_SRCS = [