Salome HOME
#1112 tab key doesn't work on the last field of left panels
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 0a1847283a9633002b259e4444b6920be189c3c9..8633f1f7bdf1d5adb3a8322a11e002e2ce006007 100644 (file)
@@ -26,11 +26,10 @@ SET(XML_RESOURCES
 )
 
 SET(PROJECT_LIBRARIES
+    Config
     ModelAPI 
     GeomAPI 
     GeomAlgoAPI
-    ${CAS_KERNEL}
-    ${CAS_SHAPE}
 )
 
 ADD_DEFINITIONS(-DCONSTRUCTIONPLUGIN_EXPORTS)
@@ -41,11 +40,12 @@ INSTALL(TARGETS ConstructionPlugin DESTINATION plugins)
 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
 
 INCLUDE_DIRECTORIES(
+  ../Config
   ../ModelAPI
   ../GeomAPI
   ../GeomAlgoAPI
 )
 
 
-ADD_UNIT_TESTS(TestPointName.py
-              )
+ADD_UNIT_TESTS(TestAxisCreation.py
+               TestPointName.py)