Fixed issues with render.

This commit is contained in:
2021-06-21 23:11:21 -04:00
parent af9286fbc9
commit ee44dfde4d
5 changed files with 116 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
a.out: *.cpp
a.out: *.cpp *.h camera/*.cpp camera/*.h
clang++ -std=c++17 -g -o a.out main.cpp \
camera/Camera.cpp Track.cpp Xml.cpp \
-lGL -lGLU -lglut -lstdc++fs