mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
link to visual also if USE_GUI=OFF
This commit is contained in:
parent
1432182458
commit
593ce091b7
@ -9,9 +9,7 @@ add_library(interface ${NG_LIB_TYPE}
|
||||
|
||||
if(NOT WIN32)
|
||||
target_link_libraries(interface mesh csg geom2d)
|
||||
if(USE_GUI)
|
||||
target_link_libraries(interface visual)
|
||||
endif(USE_GUI)
|
||||
target_link_libraries(interface visual)
|
||||
install( TARGETS interface ${NG_INSTALL_DIR})
|
||||
endif(NOT WIN32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user