mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 00:24:38 +00:00
added a line to tell make where to find GLEW and 3ds
This commit is contained in:
parent
61fd39c293
commit
37dceda1aa
@ -69,4 +69,5 @@ unix{
|
||||
QMAKE_CXX = g++
|
||||
QMAKE_LINK = gcc
|
||||
CONFIG += warn_off debug_and_release
|
||||
LIBS += -L../../../code/lib/glew/lib -lGLEW
|
||||
}
|
||||
|
||||
@ -27,7 +27,7 @@ unix{
|
||||
QMAKE_CXX = g++
|
||||
QMAKE_LINK = gcc
|
||||
CONFIG += warn_off debug_and_release
|
||||
LIBS += -l3ds
|
||||
LIBS += -L../../../../code/lib/lib3ds-1.2.0/lib3ds/ -l3ds
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user