Skip to content

Commit

Permalink
fix includedir
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Oct 19, 2023
1 parent d277635 commit 952f918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Expand Up @@ -16,7 +16,7 @@ target("frozen", function()
end

add_includedirs("include", { public = true })
add_headerfiles("include/frozen/**.hpp")
add_headerfiles("include/(frozen/**.hpp)")
if get_config("enable_module") then
add_files("module/frozen.cppm", { install = true })
end
Expand Down

0 comments on commit 952f918

Please sign in to comment.