From ad8d247f9dad545c9252e8ea81044c083e94b056 Mon Sep 17 00:00:00 2001 From: Christoph Lehrenfeld Date: Tue, 24 Mar 2015 16:32:35 +0100 Subject: [PATCH] add geom2d to nginterface --- libsrc/interface/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/interface/CMakeLists.txt b/libsrc/interface/CMakeLists.txt index 656128c8..610a1a67 100644 --- a/libsrc/interface/CMakeLists.txt +++ b/libsrc/interface/CMakeLists.txt @@ -16,7 +16,7 @@ add_library(interface ${NG_LIB_TYPE} # TARGET_LINK_LIBRARIES(interface ${MPI_CXX_LIBRARIES} ${PYTHON_LIBS}) # TARGET_LINK_LIBRARIES( interface ${LIBPTHREAD} ${OCCLIBS} ${LIBTOGL} ${MPI_CXX_LIBRARIES} ${OPENGL_LIBRARIES} ${TK_LIBRARY} ${TCL_LIBRARY} ${CMAKE_THREAD_LIBS_INIT} ${X11_Xmu_LIB} ${JPEG_LIBRARIES} ${MKL_LIBRARIES} ${ZLIB_LIBRARIES} ) if(NOT WIN32) - target_link_libraries(interface mesh csg) + target_link_libraries(interface mesh csg geom2d) if(USE_GUI) target_link_libraries(interface visual) endif(USE_GUI)