X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoImpl%2FCMakeLists.txt;h=b38a0553964aaf4512461af4cd593c93eee5b969;hb=fb54db5e1466b16dfc029c4a7364a67a9a6a8c24;hp=ca33a760c210cc9234e235f167fe1023f5967140;hpb=42dfdea5422ab72d81c36155b4c6f352c85c1110;p=modules%2Fshaper.git diff --git a/src/GeomAlgoImpl/CMakeLists.txt b/src/GeomAlgoImpl/CMakeLists.txt index ca33a760c..b38a05539 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} ) @@ -24,4 +27,4 @@ INCLUDE_DIRECTORIES( TARGET_LINK_LIBRARIES(GeomAlgoImpl ${PROJECT_LIBRARIES}) -INSTALL(TARGETS GeomAlgoImpl DESTINATION bin) +INSTALL(TARGETS GeomAlgoImpl DESTINATION ${SHAPER_INSTALL_BIN})