Skip to content

Push external third party libs to lvcim.stable

Requirements

  • env: LVCIM_CONAN_SOURCES_ROOT : K:\PullGitLab\ConanRecipes\Sources

Scripts

Go to K:\PullGitLab\ConanRecipes\Scripts

The Recipes/<thirdparty>/all/conandata is auto generate from conandata-og.yaml.

sh
python .\processRecipes.py --pattern openxr-sdk* --build
python .\processRecipes.py --pattern openxr-sdk* --source
python .\processRecipes.py --pattern openxr-sdk* --export
python .\processRecipes.py --pattern openxr-sdk* --upload

Clear

Locally

sh
# Add -c to auto accept
conan remove openxr-sdk*

Remotely

sh
# Add -c to auto accept
conan remove openxr-sdk* -r lvcim2025.stable

Check

sh
conan search openxr-sdk*