From ecf3e9fa6e9aab30217bd6e2f18de8ce5ad6abc2 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 28 Mar 2014 15:10:08 +0400 Subject: [PATCH] Compilation on Windows platform. --- src/OCCViewer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OCCViewer/CMakeLists.txt b/src/OCCViewer/CMakeLists.txt index d9e29cea1..de1434512 100755 --- a/src/OCCViewer/CMakeLists.txt +++ b/src/OCCViewer/CMakeLists.txt @@ -44,6 +44,7 @@ ADD_DEFINITIONS(${QT_DEFINITIONS} ${CAS_DEFINITIONS} ${OGL_DEFINITIONS}) # libraries to link to SET(_link_LIBRARIES ${OPENGL_LIBRARIES} ${QT_LIBRARIES} ${CAS_KERNEL} ${CAS_VIEWER} ${CAS_TKGeomAlgo} + ${CAS_TKTopAlgo} ${CAS_TKG2d} CASCatch qtx suit OpenGLUtils ViewerTools ViewerData ) -- 2.39.2