-
I am trying to contribute to xmake repo by packaging a cmake-based project https://github.com/open-license-manager/licensecc. How could I fix this? Should I fork the upstream project and provide a valid pc file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
xmake will patch .pc file automatically. and add_packages does not pc file. you need add |
Beta Was this translation helpful? Give feedback.
xmake will patch .pc file automatically.
and add_packages does not pc file. you need add
add_requires("licencecc")