Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 354 Bytes

File metadata and controls

19 lines (12 loc) · 354 Bytes

Building

Requirements

  • CMake 3.10 minimum
  • C++ 20 compiler
  • gcc 10 minimum
  • Vulkan SDK

Tested builds

  • Ubuntu 20.04 WSL
  • Windows 10 in VSCode

How to build

Run cmake -S . -B Build/Linux or cmake -S . -B Build/Windows to configure the project

Run cmake --build Build/Linux or cmake --build Build/Windows to build the project