1 ## Copyright (C) 2014-20xx CEA/DEN, EDF R&D
8 ConstructionPlugin_Plugin.h
9 ConstructionPlugin_Point.h
10 ConstructionPlugin_Axis.h
11 ConstructionPlugin_Plane.h
15 ConstructionPlugin_Plugin.cpp
16 ConstructionPlugin_Point.cpp
17 ConstructionPlugin_Axis.cpp
18 ConstructionPlugin_Plane.cpp
22 plugin-Construction.xml
36 ADD_DEFINITIONS(-DCONSTRUCTIONPLUGIN_EXPORTS)
37 ADD_LIBRARY(ConstructionPlugin MODULE ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
38 TARGET_LINK_LIBRARIES(ConstructionPlugin ${PROJECT_LIBRARIES})
40 INSTALL(TARGETS ConstructionPlugin DESTINATION plugins)
41 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
50 ADD_UNIT_TESTS(TestPointName.py