mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
9 lines
309 B
Makefile
9 lines
309 B
Makefile
noinst_HEADERS = meshstlsurface.hpp stlgeom.hpp stlline.hpp \
|
|
stltool.hpp stltopology.hpp
|
|
|
|
AM_CPPFLAGS = -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
|