From 6271f5ce797bf12be64c710b66b1b9e93a239829 Mon Sep 17 00:00:00 2001 From: Chuyan Zhang Date: Thu, 10 Oct 2024 18:51:05 -0700 Subject: move to new resource abstraction --- xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake.lua') diff --git a/xmake.lua b/xmake.lua index 41b1d0e..2b21ba8 100644 --- a/xmake.lua +++ b/xmake.lua @@ -66,6 +66,7 @@ target("glm") target("iris_renderer") set_kind("binary") add_files(path.join(src_dir, "**.cpp")) + add_includedirs("include") -- Link external libraries add_deps("argparse", "imgui", "tinygltf", "tinyobjloader", "stb", "glm") -- cgit v1.2.3-70-g09d2