2015-10-28 04:02:09 -05:00
|
|
|
|
|
|
|
set (SOURCE_GROUP_HEADER_FILES
|
2018-02-28 01:05:00 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathDeleteFeature.h
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportFileFeature.h
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportSsihubFeature.h
|
2018-06-27 10:22:08 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewEditableWellPathFeature.h
|
2018-09-26 05:38:53 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicShowWellPlanFeature.h
|
2018-06-27 10:22:08 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathListTargetFeature.h
|
2018-08-06 00:52:02 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathAttributeFeature.h
|
2018-06-27 10:22:08 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathTargetFeature.h
|
2018-08-06 00:52:02 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathAttributeFeature.h
|
2018-02-28 01:05:00 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsUnitSystemSettingsImpl.h
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsUnitSystemSettingsUi.h
|
2018-08-27 08:49:57 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathPickEventHandler.h
|
2018-08-29 09:03:31 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicCreateWellTargetsPickEventHandler.h
|
2018-08-27 08:49:57 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicIntersectionPickEventHandler.h
|
2018-02-28 01:05:00 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathFormationsImportFileFeature.h
|
2018-08-16 08:38:34 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulator.h
|
2018-11-27 04:25:25 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellTarget3dEditor.h
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellPathGeometry3dEditor.h
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulatorPartMgr.h
|
2015-10-28 04:02:09 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
set (SOURCE_GROUP_SOURCE_FILES
|
2018-02-28 01:05:00 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathDeleteFeature.cpp
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportFileFeature.cpp
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportSsihubFeature.cpp
|
2018-06-27 10:22:08 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewEditableWellPathFeature.cpp
|
2018-09-26 05:38:53 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicShowWellPlanFeature.cpp
|
2018-06-27 10:22:08 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathListTargetFeature.cpp
|
2018-08-06 00:52:02 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathAttributeFeature.cpp
|
2018-06-27 10:22:08 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathTargetFeature.cpp
|
2018-08-06 00:52:02 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathAttributeFeature.cpp
|
2018-02-28 01:05:00 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsUnitSystemSettingsImpl.cpp
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsUnitSystemSettingsUi.cpp
|
2018-08-27 08:49:57 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathPickEventHandler.cpp
|
2018-08-29 09:03:31 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicCreateWellTargetsPickEventHandler.cpp
|
2018-08-27 08:49:57 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicIntersectionPickEventHandler.cpp
|
2018-02-28 01:05:00 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathFormationsImportFileFeature.cpp
|
2018-08-16 08:38:34 -05:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulator.cpp
|
2018-11-27 04:25:25 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellTarget3dEditor.cpp
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellPathGeometry3dEditor.cpp
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulatorPartMgr.cpp
|
2015-10-28 04:02:09 -05:00
|
|
|
)
|
|
|
|
|
|
|
|
list(APPEND CODE_HEADER_FILES
|
|
|
|
${SOURCE_GROUP_HEADER_FILES}
|
|
|
|
)
|
|
|
|
|
|
|
|
list(APPEND CODE_SOURCE_FILES
|
|
|
|
${SOURCE_GROUP_SOURCE_FILES}
|
|
|
|
)
|
|
|
|
|
2018-08-16 08:38:34 -05:00
|
|
|
list(APPEND QT_MOC_HEADERS
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulator.h
|
2018-11-27 04:25:25 -06:00
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellTarget3dEditor.h
|
|
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellPathGeometry3dEditor.h
|
|
|
|
|
2018-08-16 08:38:34 -05:00
|
|
|
)
|
|
|
|
|
2018-02-28 01:05:00 -06:00
|
|
|
source_group( "CommandFeature\\WellPath" FILES ${SOURCE_GROUP_HEADER_FILES} ${SOURCE_GROUP_SOURCE_FILES} ${CMAKE_CURRENT_LIST_DIR}/CMakeLists_files.cmake )
|