X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPythonAPI%2FCMakeLists.txt;h=f68c872585210383296496a7122f21bb1a9d8a86;hb=f1a981aaf999872e5b8d34ce4f528385462e44d0;hp=1bc55d36d1ab7b755778c4c64d1a3c8a07702fb5;hpb=01a8a031b214d727e075a90ccdba0667a24db853;p=modules%2Fshaper.git diff --git a/src/PythonAPI/CMakeLists.txt b/src/PythonAPI/CMakeLists.txt index 1bc55d36d..f68c87258 100644 --- a/src/PythonAPI/CMakeLists.txt +++ b/src/PythonAPI/CMakeLists.txt @@ -1,10 +1,9 @@ ## Copyright (C) 2014-20xx OPEN CASCADE - -SET(CMAKE_AUTOMOC ON) - -INSTALL(DIRECTORY extension geom model examples DESTINATION ${SHAPER_INSTALL_PYTHON_API}) -INSTALL(FILES shaper.py DESTINATION ${SHAPER_INSTALL_PYTHON_API}) +INSTALL(DIRECTORY geom model examples DESTINATION ${SHAPER_INSTALL_PYTHON_API}) +INSTALL(FILES __init__.py DESTINATION ${SHAPER_INSTALL_PYTHON_API}) +INSTALL(FILES __init__.py DESTINATION ${_pydir}/salome) +INSTALL(FILES initConfig.py DESTINATION ${SHAPER_INSTALL_PYTHON_API}) # --------- Unit tests ----------- INCLUDE(UnitTest) @@ -24,7 +23,7 @@ ADD_UNIT_TESTS( TestSketcherSetPerpendicular.py TestSketcherSetHorizontal.py TestSketcherSetVertical.py - TestSketcherSetRigid.py + TestSketcherSetFixed.py TestSketcherSetLength.py TestSketcherSetRadius.py #TestSketcherSetAngle.py @@ -33,10 +32,11 @@ ADD_UNIT_TESTS( TestFeatures.py TestFeaturesExtrusion.py - TestFeaturesRevolution.py + #TestFeaturesRevolution.py + + TestPrimitivesBox.py TestMakeBrick1.py TestMakeBrick2.py - TestMakeBrick3.py TestPlatine.py )