From 307c2373cc5f4121a0e7d790c2e8d149abcaa809 Mon Sep 17 00:00:00 2001 From: dbv Date: Tue, 25 Aug 2015 09:40:28 +0300 Subject: [PATCH] Fix building on Windows --- src/GeomAlgoImpl/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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} ) -- 2.39.2