mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Use VS2022 by default.
This commit is contained in:
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: .\vcsetup-2019.bat
|
run: .\vcsetup.bat
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --config Release
|
run: cmake --build build --config Release
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
rmdir /s /q build
|
|
||||||
mkdir build
|
|
||||||
|
|
||||||
cmake -G "Visual Studio 16 2019" -A x64 -DTINYUSDZ_WITH_OPENSUBDIV=On -Bbuild -H.
|
|
||||||
6
vcsetup.bat
Normal file
6
vcsetup.bat
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
rmdir /s /q build
|
||||||
|
mkdir build
|
||||||
|
|
||||||
|
rem cmake -G "Visual Studio 16 2019" -A x64 -DTINYUSDZ_WITH_OPENSUBDIV=On -Bbuild -H.
|
||||||
|
|
||||||
|
cmake -G "Visual Studio 17 2022" -A x64 -DTINYUSDZ_WITH_OPENSUBDIV=On -Bbuild -H.
|
||||||
Reference in New Issue
Block a user