Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 729 Bytes

File metadata and controls

24 lines (16 loc) · 729 Bytes

PTSD Template

This is a PTSD framework template for students taking OOPL2024s.

Quick Start

  1. Use this template to create a new repository github screenshot

  2. Clone your repository

    git clone YOUR_GIT_URL --recursive
  3. Build your project

Warning

Please build your project in Debug because our Release path is broken D:

cmake -DCMAKE_BUILD_TYPE=Debug -B build # -G Ninja

better read PTSD README