]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Compilation on Windows platform.
authorrnv <rnv@opencascade.com>
Fri, 28 Mar 2014 11:10:08 +0000 (15:10 +0400)
committerrnv <rnv@opencascade.com>
Fri, 28 Mar 2014 11:10:08 +0000 (15:10 +0400)
src/OCCViewer/CMakeLists.txt

index d9e29cea10f02ef99a180a5fd034386ae33d0a9b..de1434512b49f4ef916ac6fd542115c0e5747c71 100755 (executable)
@@ -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
 )