mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
7 lines
244 B
Makefile
7 lines
244 B
Makefile
AM_CPPFLAGS = -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
|