Salome HOME
#1112 tab key doesn't work on the last field of left panels
[modules/shaper.git] / src / ConstructionPlugin / CMakeLists.txt
index 302e08bb3323aceb00162d45fe3a0f584b63a147..8633f1f7bdf1d5adb3a8322a11e002e2ce006007 100644 (file)
@@ -30,8 +30,6 @@ SET(PROJECT_LIBRARIES
     ModelAPI 
     GeomAPI 
     GeomAlgoAPI
-    ${CAS_KERNEL}
-    ${CAS_SHAPE}
 )
 
 ADD_DEFINITIONS(-DCONSTRUCTIONPLUGIN_EXPORTS)
@@ -49,5 +47,5 @@ INCLUDE_DIRECTORIES(
 )
 
 
-ADD_UNIT_TESTS(TestPointName.py
-              )
+ADD_UNIT_TESTS(TestAxisCreation.py
+               TestPointName.py)