mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
13 lines
550 B
CMake
13 lines
550 B
CMake
target_sources(nglib PRIVATE writeuser.cpp
|
|
nginterface.cpp nginterface_v2.cpp
|
|
read_fnf_mesh.cpp readtetmesh.cpp readuser.cpp writeabaqus.cpp writediffpack.cpp
|
|
writedolfin.cpp writeelmer.cpp writefeap.cpp writefluent.cpp writegmsh.cpp writejcm.cpp
|
|
writepermas.cpp writetecplot.cpp writetet.cpp writetochnog.cpp
|
|
wuchemnitz.cpp writegmsh2.cpp writeOpenFOAM15x.cpp rw_cgns.cpp rw_medit.cpp
|
|
)
|
|
|
|
install(FILES
|
|
writeuser.hpp rw_medit.hpp
|
|
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/interface COMPONENT netgen_devel
|
|
)
|