2022-04-27 16:42:04 +05:00
|
|
|
target_sources(nglib PRIVATE
|
2015-03-06 18:59:14 +05:00
|
|
|
adfront2.cpp adfront3.cpp bisect.cpp boundarylayer.cpp
|
|
|
|
clusters.cpp curvedelems.cpp delaunay.cpp delaunay2d.cpp
|
|
|
|
geomsearch.cpp global.cpp hprefinement.cpp improve2.cpp
|
|
|
|
improve2gen.cpp improve3.cpp localh.cpp meshclass.cpp
|
|
|
|
meshfunc.cpp meshfunc2d.cpp meshing2.cpp meshing3.cpp
|
|
|
|
meshtool.cpp meshtype.cpp msghandler.cpp netrule2.cpp
|
2021-04-29 17:30:21 +05:00
|
|
|
netrule3.cpp parser2.cpp parser3.cpp refine.cpp
|
2015-03-06 18:59:14 +05:00
|
|
|
ruler2.cpp ruler3.cpp secondorder.cpp smoothing2.5.cpp
|
2021-04-29 17:30:21 +05:00
|
|
|
smoothing2.cpp smoothing3.cpp specials.cpp
|
|
|
|
topology.cpp validate.cpp bcfunctions.cpp
|
2022-02-25 20:50:26 +05:00
|
|
|
parallelmesh.cpp paralleltop.cpp basegeom.cpp
|
2021-04-29 17:30:21 +05:00
|
|
|
python_mesh.cpp surfacegeom.cpp
|
2022-04-27 16:42:04 +05:00
|
|
|
debugging.cpp fieldlines.cpp visual_interface.cpp
|
|
|
|
)
|
2019-01-08 15:26:29 +05:00
|
|
|
|
2022-04-27 16:42:04 +05:00
|
|
|
target_link_libraries( nglib PRIVATE netgen_metis "$<BUILD_INTERFACE:netgen_python>" ${ZLIB_LIBRARIES} )
|
2015-03-06 18:59:14 +05:00
|
|
|
|
2017-01-16 18:56:57 +05:00
|
|
|
install(FILES
|
|
|
|
adfront2.hpp adfront3.hpp basegeom.hpp bcfunctions.hpp bisect.hpp
|
|
|
|
boundarylayer.hpp classifyhpel.hpp clusters.hpp curvedelems.hpp
|
|
|
|
findip2.hpp findip.hpp geomsearch.hpp global.hpp hpref_hex.hpp
|
|
|
|
hprefinement.hpp hpref_prism.hpp hpref_pyramid.hpp hpref_quad.hpp
|
|
|
|
hpref_segm.hpp hpref_tet.hpp hpref_trig.hpp improve2.hpp improve3.hpp
|
|
|
|
localh.hpp meshclass.hpp meshfunc.hpp meshing2.hpp meshing3.hpp
|
|
|
|
meshing.hpp meshtool.hpp meshtype.hpp msghandler.hpp paralleltop.hpp
|
|
|
|
ruler2.hpp ruler3.hpp specials.hpp topology.hpp validate.hpp
|
2022-02-25 20:50:26 +05:00
|
|
|
python_mesh.hpp surfacegeom.hpp delaunay2d.hpp
|
2022-04-27 16:42:04 +05:00
|
|
|
fieldlines.hpp soldata.hpp visual_interface.hpp
|
2017-05-30 00:19:34 +05:00
|
|
|
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/meshing COMPONENT netgen_devel
|
2017-01-16 18:56:57 +05:00
|
|
|
)
|