forked from Telodendria/Cytoplasm
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:
parent
cd7df7bbb4
commit
461357b526
27 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue