Skip to content

feat(unrealengine): add lutbuilders and wutheringwaves fix #548

feat(unrealengine): add lutbuilders and wutheringwaves fix

feat(unrealengine): add lutbuilders and wutheringwaves fix #548

name: CMake (Visual Studio)
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4.1.7
with:
submodules: recursive
- name: Configure CMake (x64)
run: cmake --preset vs-x64
- name: Build (x64)
run: cmake --build --preset vs-x64-release --verbose
- name: Configure CMake (x86)
run: cmake --preset vs-x86
- name: Build (x86)
run: cmake --build --preset vs-x86-release --verbose