├── .github └── workflows │ └── ci.yml ├── FindVcvars.cmake ├── LICENSE ├── README.md └── tests └── CMakeLists.txt /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /FindVcvars.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/HEAD/FindVcvars.cmake -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/HEAD/README.md -------------------------------------------------------------------------------- /tests/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/scikit-build/cmake-FindVcvars/HEAD/tests/CMakeLists.txt --------------------------------------------------------------------------------