Browse Source

RenderGraph: Added license, fixed src files.

DragonJoker 3 years ago
parent
commit
96f92f7ed9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/r/rendergraph/xmake.lua

+ 2 - 2
packages/r/rendergraph/xmake.lua

@@ -2,6 +2,7 @@ package("rendergraph")
 
 
     set_homepage("https://github.com/DragonJoker/RenderGraph/")
     set_homepage("https://github.com/DragonJoker/RenderGraph/")
     set_description("Vulkan render graph management library. .")
     set_description("Vulkan render graph management library. .")
+    set_license("MIT")
 
 
     set_urls("https://github.com/DragonJoker/RenderGraph.git")
     set_urls("https://github.com/DragonJoker/RenderGraph.git")
     add_versions("1.0", "61e814bb0298983eae853d9ba5386a272ebc1eb9")
     add_versions("1.0", "61e814bb0298983eae853d9ba5386a272ebc1eb9")
@@ -17,8 +18,7 @@ package("rendergraph")
             target("RenderGraph")
             target("RenderGraph")
                 set_kind("$(kind)")
                 set_kind("$(kind)")
                 add_includedirs("include")
                 add_includedirs("include")
-                add_files("source/RenderGraph/RunnablePasses/*.cpp")
-                add_files("source/RenderGraph/*.cpp")
+                add_files("source/RenderGraph/**.cpp")
                 set_languages("c++20")
                 set_languages("c++20")
                 if is_plat("windows") then
                 if is_plat("windows") then
                     if is_kind("shared") then
                     if is_kind("shared") then