diff options
| author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-31 20:02:26 +0300 |
|---|---|---|
| committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-05-31 20:02:26 +0300 |
| commit | 28fce310d5cb9a3a81e0f038192a39abd688d1bd (patch) | |
| tree | 392a32b7c35ad574879564487f52ed14d6d4ea5c /premake5.lua | |
| parent | more high level functions (diff) | |
| download | re3-28fce310d5cb9a3a81e0f038192a39abd688d1bd.tar.gz | |
rw skeleton
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua index ae035be3..3595eac7 100644 --- a/premake5.lua +++ b/premake5.lua @@ -3,6 +3,7 @@ workspace "re3" location "build" files { "src/*.*" } + files { "src/skel/*.*" } files { "src/math/*.*" } files { "src/modelinfo/*.*" } files { "src/entities/*.*" } |
