6 ConstructionPlugin_Plugin.h
7 ConstructionPlugin_Point.h
11 ConstructionPlugin_Plugin.cpp
12 ConstructionPlugin_Point.cpp
16 plugin-Construction.xml
28 ADD_DEFINITIONS(-DCONSTRUCTIONPLUGIN_EXPORTS)
29 ADD_LIBRARY(ConstructionPlugin MODULE ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${XML_RESOURCES})
30 TARGET_LINK_LIBRARIES(ConstructionPlugin ${PROJECT_LIBRARIES})
32 INSTALL(TARGETS ConstructionPlugin DESTINATION plugins)
33 INSTALL(FILES ${XML_RESOURCES} DESTINATION plugins)
42 ADD_UNIT_TESTS(TestPointName.py