diff options
| author | ruki <[email protected]> | 2026-03-31 00:01:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-31 00:01:06 +0800 |
| commit | 53748c3a92f9f6c11453ed2f3a9af761275e732a (patch) | |
| tree | ea8a2aab5e14c25aaa4b1a86098de01db84806b6 /xmake/modules/package/manager/find_package.lua | |
| parent | 90f05f17328ccac2764fb80895ef72c4510d91f6 (diff) | |
improve more modules commentscomments
Diffstat (limited to 'xmake/modules/package/manager/find_package.lua')
| -rw-r--r-- | xmake/modules/package/manager/find_package.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xmake/modules/package/manager/find_package.lua b/xmake/modules/package/manager/find_package.lua index f6209c453..b90e584f4 100644 --- a/xmake/modules/package/manager/find_package.lua +++ b/xmake/modules/package/manager/find_package.lua @@ -169,6 +169,18 @@ end -- @endcode -- +-- find package from package managers (vcpkg, conan, brew, apt, etc.) +-- +-- @param name the package name +-- @param opt the options, e.g. {packagedirs = {}, system = true} +-- @return the package info table, or nil +-- +-- find package from package managers (vcpkg, conan, brew, apt, etc.) +-- +-- @param name the package name +-- @param opt the options, e.g. {packagedirs = {}, system = true} +-- @return the package info table, or nil +-- function main(name, opt) -- get the copied options |
