|
@@ -9,8 +9,8 @@ all: example
|
|
.PHONY: example
|
|
.PHONY: example
|
|
|
|
|
|
LIBIGL=../../
|
|
LIBIGL=../../
|
|
-LIBIGL_INC=-I$(LIBIGL)/include -DIGL_HEADER_ONLY
|
|
|
|
-#LIBIGL_LIB=-L$(LIBIGL)/lib -ligl -liglembree
|
|
|
|
|
|
+LIBIGL_INC=-I$(LIBIGL)/include
|
|
|
|
+LIBIGL_LIB=-L$(LIBIGL)/lib -ligl -liglembree
|
|
|
|
|
|
EIGEN3_INC=-I/opt/local/include/eigen3 -I/opt/local/include/eigen3/unsupported
|
|
EIGEN3_INC=-I/opt/local/include/eigen3 -I/opt/local/include/eigen3/unsupported
|
|
|
|
|