mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
linking binarires
This commit is contained in:
parent
2bb3cb5713
commit
0fcb171fe7
@ -24,14 +24,12 @@ bin_PROGRAMS = ng_vol ng_stl
|
|||||||
# ng_occ
|
# ng_occ
|
||||||
|
|
||||||
ng_vol_SOURCES = ng_vol.cpp
|
ng_vol_SOURCES = ng_vol.cpp
|
||||||
ng_vol_LDADD = $(top_builddir)/nglib/libnglib.la
|
ng_vol_LDADD = libnglib.la
|
||||||
|
|
||||||
ng_stl_SOURCES = ng_stl.cpp
|
ng_stl_SOURCES = ng_stl.cpp
|
||||||
ng_stl_LDADD = \
|
ng_stl_LDADD = libnglib.la
|
||||||
libnglib.la
|
|
||||||
|
|
||||||
# ng_occ_SOURCES = ng_occ.cpp
|
# ng_occ_SOURCES = ng_occ.cpp
|
||||||
# ng_occ_LDADD = \
|
# ng_occ_LDADD = libnglib.la
|
||||||
# libnglib.la
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user