summaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index e43d2ff..39bcab0 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -69,6 +69,7 @@ target("core_config")
add_files("src/platform/*.c")
add_files("src/renderer/*.c")
add_files("src/renderer/backends/*.c")
+ add_files("src/resources/*.c")
add_files("src/std/*.c")
add_files("src/std/containers/*.c")
add_files("src/systems/*.c")
@@ -108,4 +109,4 @@ target("demo")
set_group("examples")
add_deps("core_static")
add_files("examples/demo/demo.c")
- set_rundir("$(projectdir)") \ No newline at end of file
+ set_rundir("$(projectdir)")