Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 350 Bytes

Valve Project Creator

This project is an attempt to rewrite valve project creator from scratch under inspiration of cmake.

Discord: grinlex

Build

Requirements for build:

  • CMake
  • Ninja
  • MSVC, g++ / clang++

Just use typical build for cmake

mkdir build
cd build
cmake ..
cmake --build . --parallel