fixing xmake rule

This commit is contained in:
2025-01-26 12:55:13 +01:00
parent 16d029b59c
commit 95173cabb4
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ on_run(function()
local files = table.join(
os.files("Sources/**.h"),
os.files("Sources/**.inl"),
os.files("Sources/**.c")
os.files("Sources/**.c"),
os.files("Sources/**.cpp")
)