summaryrefslogtreecommitdiff
blob: 4a52d1c44a6272588b7804389f5f854cdffad935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/triangle_mesh_viewer.h
+++ b/triangle_mesh_viewer.h
@@ -24,6 +24,7 @@
 #ifndef _triangle_mesh_viewer_h_
 #define _triangle_mesh_viewer_h_
 
+#include <GL/glu.h>
 #include "parameters_render.h"
 #include "random.h"
 #include "triangle_mesh.h"

--- a/fracplanet.pro
+++ b/fracplanet.pro
@@ -8,7 +8,7 @@
 
 HEADERS += $$system(ls *.h)
 SOURCES += $$system(ls *.cpp)
-LIBS += -lboost_program_options
+LIBS += -lboost_program_options -lGLU
 
 DEFINES += QT_DLL