We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d277635 commit 952f918Copy full SHA for 952f918
xmake.lua
@@ -16,7 +16,7 @@ target("frozen", function()
16
end
17
18
add_includedirs("include", { public = true })
19
- add_headerfiles("include/frozen/**.hpp")
+ add_headerfiles("include/(frozen/**.hpp)")
20
if get_config("enable_module") then
21
add_files("module/frozen.cppm", { install = true })
22
0 commit comments