mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
6 lines
176 B
Makefile
6 lines
176 B
Makefile
INCLUDES = -I$(top_srcdir)/libsrc/include
|
|
METASOURCES = AUTO
|
|
noinst_LIBRARIES = libgeom2d.a
|
|
libgeom2d_a_SOURCES = genmesh2d.cpp geom2dmesh.cpp spline.cpp \
|
|
splinegeometry.cpp
|