Salome HOME
Increment version: 9.7.0
[modules/shaper.git] / src / Selector / CMakeLists.txt
index aa649d287f67330d11819822a19b4157c3a639ae..2544b9d941cf0fef187f40fa6cb053a06ee7d912 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  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
 )