mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
b694b4667a
move fieldlines code to meshing dir move visualization function pointers to meshing directory DLL_HEADER -> NGGUI_API in visualization lib move soldata.hpp to meshing update occ, no freetype necessary anymore
17 lines
335 B
CMake
17 lines
335 B
CMake
target_sources(nglib PRIVATE
|
|
csg2d.cpp
|
|
genmesh2d.cpp
|
|
geometry2d.cpp
|
|
python_geom2d.cpp
|
|
)
|
|
|
|
if(USE_GUI)
|
|
target_sources(nggui PRIVATE vsgeom2d.cpp geom2dpkg.cpp)
|
|
endif(USE_GUI)
|
|
|
|
install(FILES
|
|
geometry2d.hpp spline2d.hpp
|
|
vsgeom2d.hpp csg2d.hpp
|
|
DESTINATION ${NG_INSTALL_DIR_INCLUDE}/geom2d COMPONENT netgen_devel
|
|
)
|