Skip to content
This repository was archived by the owner on Sep 4, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 288 Bytes

File metadata and controls

14 lines (11 loc) · 288 Bytes

Source SDK 2013

This is a revamped source sdk 2013 with added cmake support & to support new platforms & compilers

Currently Supported Platforms

  • Visual Studio 2019 (Win32)

Prerequisites

  • CMake (ver >= 3.15)

Usage

mkdir build && cd build
cmake -A Win32 ..