Adjustments to follow mouse.
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,5 @@
|
||||
a.out: *.cpp *.h camera/*.cpp camera/*.h
|
||||
clang++ -std=c++17 -g -o a.out main.cpp \
|
||||
clang++ -std=c++14 -g -o a.out main.cpp \
|
||||
camera/Camera.cpp Track.cpp Xml.cpp \
|
||||
-lGL -lGLU -lglut -lstdc++fs
|
||||
-lGL -lGLU -lglut -lstdc++fs \
|
||||
#-fsanitize=address -fno-omit-frame-pointer
|
||||
|
Reference in New Issue
Block a user