Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 333 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 333 Bytes

game-engine

Dependencies

  • cmake >= 3.11
  • Vulkan ~1.2
  • Doxygen

Build

cmake -B build && cmake --build build --parallel 4

Compile Command

cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON

Build the documentation

cmake -B build -DBUILD_DOCUMENTATION=ON && cmake --build build --target doc