Move headers from `src/include` to `include/Cytoplasm`.

This makes it easier to build Cytoplasm as a component of another
program (for example, Telodendria), or as a standalone system library.
This commit is contained in:
Jordan Bancino 2024-01-13 18:40:31 -05:00
parent cd7df7bbb4
commit 461357b526
27 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -10,7 +10,7 @@ echo "-------------------"
BUILD="build"
OUT="out"
SRC="src"
INCLUDE="src/include"
INCLUDE="include/Cytoplasm"
TOOLS="tools"
# Default compiler flags. These must be supported by all POSIX C compilers.