From: dbv Date: Tue, 25 Aug 2015 06:40:28 +0000 (+0300) Subject: Fix building on Windows X-Git-Tag: V_1.4.0_beta4~263 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=307c2373cc5f4121a0e7d790c2e8d149abcaa809;hp=3a3609cb2e2f171082ca2e807e6c8c8ba24d1075;p=modules%2Fshaper.git Fix building on Windows --- diff --git a/src/GeomAlgoImpl/CMakeLists.txt b/src/GeomAlgoImpl/CMakeLists.txt index ca33a760c..02de4b1a1 100644 --- a/src/GeomAlgoImpl/CMakeLists.txt +++ b/src/GeomAlgoImpl/CMakeLists.txt @@ -12,6 +12,9 @@ SET(PROJECT_SOURCES ) SET(PROJECT_LIBRARIES + ${CAS_TKernel} + ${CAS_TKBRep} + ${CAS_TKBO} ${CAS_SHAPE} )