Updated the pro to the new eigen path
This commit is contained in:
parent
95da297c18
commit
75bb6dff89
|
@ -17,6 +17,7 @@ OBJECTS_DIR = build/obj
|
||||||
# Lib headers
|
# Lib headers
|
||||||
INCLUDEPATH += .
|
INCLUDEPATH += .
|
||||||
INCLUDEPATH += ../../..
|
INCLUDEPATH += ../../..
|
||||||
|
INCLUDEPATH += ../../../eigenlib
|
||||||
|
|
||||||
# Lib sources
|
# Lib sources
|
||||||
SOURCES += ../../../wrap/ply/plylib.cpp
|
SOURCES += ../../../wrap/ply/plylib.cpp
|
||||||
|
|
Loading…
Reference in New Issue