Remove onetcl.cpp from netgen exe (is already in meshing lib)

This commit is contained in:
Matthias Hochsteger 2020-03-02 17:29:35 +01:00
parent 0bcee4d6b0
commit d994c589d3

View File

@ -22,7 +22,7 @@ if(USE_GUI)
../libsrc/occ/occpkg.cpp ../libsrc/occ/vsocc.cpp ../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 PUBLIC nglib )
target_link_libraries( gui PRIVATE ${LIBTOGL} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${FFMPEG_LIBRARIES} ${X11_Xmu_LIB} ${X11_X11_LIB} ${OCC_LIBRARIES} ) target_link_libraries( gui PRIVATE ${LIBTOGL} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${FFMPEG_LIBRARIES} ${X11_Xmu_LIB} ${X11_X11_LIB} ${OCC_LIBRARIES} )