This repository is the prototype of a Vulkan SC SDK.
To build the SDK packages on Windows and Linux, execute the following CMake workflows respectively.
-
Linux
cmake --preset ninja-ci-linuxcmake --build --preset ninja-ci-linux-release-installctest --preset ninja-ci-linux-releasecpack -G TGZ -C Release --config ./build/CPackConfig.cmake -B ./package
-
Windows
cmake --preset msbuild-ci-windowscmake --build --preset msbuild-ci-windows-release-installctest --preset msbuild-ci-windows-releasecpack -G ZIP -C Release --config ./build/CPackConfig.cmake -B ./package