This is a PTSD framework template for students taking OOPL2024s.
-
Clone your repository
git clone YOUR_GIT_URL --recursive
-
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