Skip to content

Commit

Permalink
fix xmake include includedirs
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed Jan 5, 2024
1 parent 846f297 commit abaf4c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ for _, dir in ipairs(os.dirs("$(buildir)/vendor/**")) do
add_includedirs(dir)
end

for _, dir in ipairs(os.dirs("$(buildir)/orm/**")) do
add_includedirs(dir)
end

for _, dir in ipairs(os.dirs("$(buildir)/models/**")) do
add_includedirs(dir)
end

target("paozhu_pre")
set_kind("binary")
add_files("vendor/httpcli/autopickmethod.cpp")
Expand Down

0 comments on commit abaf4c9

Please sign in to comment.