mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-27 21:30: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)
|
if(NOT WIN32)
|
||||||
target_link_libraries(interface mesh csg geom2d)
|
target_link_libraries(interface mesh csg geom2d)
|
||||||
if(USE_GUI)
|
target_link_libraries(interface visual)
|
||||||
target_link_libraries(interface visual)
|
|
||||||
endif(USE_GUI)
|
|
||||||
install( TARGETS interface ${NG_INSTALL_DIR})
|
install( TARGETS interface ${NG_INSTALL_DIR})
|
||||||
endif(NOT WIN32)
|
endif(NOT WIN32)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user