mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
7 lines
241 B
Makefile
7 lines
241 B
Makefile
|
INCLUDES = -I$(top_srcdir)/libsrc/include
|
||
|
METASOURCES = AUTO
|
||
|
noinst_LIBRARIES = libvisual.a
|
||
|
libvisual_a_SOURCES = meshdoc.cpp mvdraw.cpp stlmeshing.cpp vscsg.cpp \
|
||
|
vsfieldlines.cpp vsmesh.cpp vsocc.cpp vssolution.cpp
|
||
|
AM_CXXFLAGS = -DOPENGL
|