Added cglm as a math dependency, Added transform based rendering of penger

This commit is contained in:
2026-01-18 16:52:47 +01:00
parent de60139030
commit 8953d8a098
3 changed files with 44 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ target_link_libraries( Pacman
target_include_directories(Pacman
PRIVATE "libs/rgfw/"
PRIVATE "libs/glad/include"
PRIVATE "libs/cglm"
)