mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 07:23:35 +00:00
fixing xmake rule
This commit is contained in:
@@ -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")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user