Skip to content

ntut-open-source-club/ptsd-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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