Skip to content

Commit

Permalink
Merge pull request #146 from MarcDirven/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
MarcDirven authored Feb 10, 2023
2 parents d3d1b5d + 32ffe88 commit d7635d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ target("cpp-lazy")
set_kind("headeronly")
add_includedirs("include", { public = true })
add_packages("fmt", { public = true })
add_headerfiles("include/Lz/*.hpp", { prefixdir = "include" })
add_headerfiles("include/Lz/detail/*.hpp", { prefixdir = "include" })
add_headerfiles("include/(Lz/*.hpp)")
add_headerfiles("include/(Lz/detail/*.hpp)")
target_end()

if has_config("tests") then
Expand Down

0 comments on commit d7635d3

Please sign in to comment.