mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
6 lines
215 B
Makefile
6 lines
215 B
Makefile
INCLUDES = -I$(top_srcdir)/libsrc/include
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libstl.a
|
|
libstl_a_SOURCES = meshstlsurface.cpp stlgeom.cpp stlgeomchart.cpp \
|
|
stlgeommesh.cpp stlline.cpp stltool.cpp stltopology.cpp
|