Link stl to interface

This commit is contained in:
Matthias Hochsteger 2019-09-20 15:26:15 +02:00
parent 21e593e38e
commit 8381ce58ba

View File

@ -7,8 +7,8 @@ add_library(interface ${NG_LIB_TYPE}
wuchemnitz.cpp writegmsh2.cpp writeOpenFOAM15x.cpp
)
target_link_libraries(interface mesh csg geom2d)
target_link_libraries(interface visual)
target_link_libraries(interface mesh csg geom2d stl visual)
if(NOT WIN32)
install( TARGETS interface ${NG_INSTALL_DIR})
endif(NOT WIN32)