]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Selector/CMakeLists.txt
Salome HOME
Merge remote-tracking branch 'remotes/origin/EDF_2020_Lot2'
[modules/shaper.git] / src / Selector / CMakeLists.txt
index aa649d287f67330d11819822a19b4157c3a639ae..f073926ac5dde7191d360dcfcf81afb75b818f5a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -51,10 +51,14 @@ SET(PROJECT_SOURCES
 SET(PROJECT_LIBRARIES
     Locale
     ${OpenCASCADE_ApplicationFramework_LIBRARIES}
+    GeomAPI
+    GeomAlgoAPI
 )
 SET(PROJECT_INCLUDES
   ../Locale
   ${OpenCASCADE_INCLUDE_DIR}
+  ../GeomAPI
+  ../GeomAlgoAPI
 )