1 ## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
8 SketchShapePlugin_Feature.h
9 SketchShapePlugin_PageGroupBox.h
10 SketchShapePlugin_Plugin.h
11 SketchShapePlugin_Validators.h
12 SketchShapePlugin_Tools.h
13 SketchShapePlugin_WidgetCreator.h
17 SketchShapePlugin_Feature.cpp
18 SketchShapePlugin_PageGroupBox.cpp
19 SketchShapePlugin_Plugin.cpp
20 SketchShapePlugin_Validators.cpp
21 SketchShapePlugin_Tools.cpp
22 SketchShapePlugin_WidgetCreator.cpp
36 plugin-SketchShape.xml
39 ADD_DEFINITIONS(-DSKETCHSHAPEPLUGIN_EXPORTS -DWNT)
40 ADD_LIBRARY(SketchShapePlugin MODULE ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
41 TARGET_LINK_LIBRARIES(SketchShapePlugin ${PROJECT_LIBRARIES})
55 INSTALL(TARGETS SketchShapePlugin DESTINATION plugins)
56 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
58 ADD_UNIT_TESTS(TestSketchShape.py)