Skip to content

Commit

Permalink
add target:pkg():libraryfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed May 24, 2021
1 parent 26edc4d commit 05c0ce2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xmake/core/project/package.lua
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ function package:installdir()
return self:get("__installdir")
end

-- get library files
function package:libraryfiles()
return self:get("libfiles")
end

-- get the extra info from the given name
function package:extra(name)
local extrainfo = self:extrainfo()
Expand Down

0 comments on commit 05c0ce2

Please sign in to comment.