Salome HOME
ac99093691274977159bc306e398b871d7bcd484
[modules/shaper.git] / src / PythonAPI / CMakeLists.txt
1 ## Copyright (C) 2014-20xx  OPEN CASCADE
2
3
4 SET(CMAKE_AUTOMOC ON)
5
6 INSTALL(DIRECTORY extension geom modeler DESTINATION pythonAPI)
7
8 # --------- Unit tests -----------
9 INCLUDE(UnitTest)
10
11 ADD_UNIT_TESTS(
12   TestModeler.py
13   TestSketcher.py
14   )