## Copyright (C) 2014-20xx OPEN CASCADE SET(CMAKE_AUTOMOC ON) INSTALL(DIRECTORY extension geom model examples DESTINATION PythonAPI) INSTALL(FILES shaper.py DESTINATION PythonAPI) # --------- Unit tests ----------- INCLUDE(UnitTest) ADD_UNIT_TESTS( TestShaper.py TestModel.py TestSketcherAddPoint.py TestSketcherAddLine.py TestSketcherAddArc.py TestSketcherAddCircle.py TestSketcherSetCoincident.py TestSketcherSetParallel.py TestSketcherSetPerpendicular.py TestSketcherSetHorizontal.py TestSketcherSetVertical.py TestSketcherSetLength.py TestSketcherSetRadius.py TestSketcherSetAngle.py TestSketcherSetEqual.py TestSketcherSetFillet.py TestFeatures.py TestFeaturesExtrusion.py TestFeaturesRevolution.py TestMakeBrick1.py TestMakeBrick2.py # TestMakeBrick3.py )