mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Remove onetcl.cpp from netgen exe (is already in meshing lib)
This commit is contained in:
parent
0bcee4d6b0
commit
d994c589d3
@ -22,7 +22,7 @@ if(USE_GUI)
|
||||
../libsrc/occ/occpkg.cpp ../libsrc/occ/vsocc.cpp
|
||||
)
|
||||
|
||||
add_executable(netgen ngappinit.cpp onetcl.cpp)
|
||||
add_executable(netgen ngappinit.cpp)
|
||||
|
||||
target_link_libraries( gui PUBLIC nglib )
|
||||
target_link_libraries( gui PRIVATE ${LIBTOGL} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${FFMPEG_LIBRARIES} ${X11_Xmu_LIB} ${X11_X11_LIB} ${OCC_LIBRARIES} )
|
||||
|
Loading…
Reference in New Issue
Block a user