mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-26 21:27:15 -05:00
* CMake: Remove dead CODE_HEADER_FILES variable * CMake: Remove dead COMMAND_CODE_HEADER_FILES and COMMAND_MOC_SOURCE_FILES * CMake: Remove dead MOC_SOURCE_FILES and FORM_FILES_CPP references * CMake: Remove dead HEADER_FILES reference * CMake: Delete unused CustomPCH.cmake superseded by target_precompile_headers
40 lines
2.4 KiB
CMake
40 lines
2.4 KiB
CMake
set(SOURCE_GROUP_SOURCE_FILES
|
|
${CMAKE_CURRENT_LIST_DIR}/RicImportWellPaths.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewEditableWellPathFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicShowWellPlanFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathListTargetFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathAttributeFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathTargetFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathAttributeFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeleteWellPathFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsUnitSystemSettingsImpl.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsUnitSystemSettingsUi.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathPickEventHandler.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicCreateWellTargetsPickEventHandler.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicIntersectionPickEventHandler.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicWellPathFormationsImportFileFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPolylineTargetsPickEventHandler.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewPolylineTargetFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDeletePolylineTargetFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicImportWellMeasurementsFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathLateralAtDepthFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicNewWellPathLateralFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicPasteModeledWellPathFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicCreateMultipleWellPathLaterals.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicCreateMultipleWellPathLateralsUi.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicLinkWellPathFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/Ric3dObjectEditorHandle.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulator.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellTarget3dEditor.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicWellPathGeometry3dEditor.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPointTangentManipulatorPartMgr.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPolyline3dEditor.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/PointTangentManipulator/RicPolylineTarget3dEditor.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicDuplicateWellPathFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicSetParentWellPathFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicHideGridGeometryFeature.cpp
|
|
${CMAKE_CURRENT_LIST_DIR}/RicShowAllGeometryFeature.cpp
|
|
)
|
|
|
|
list(APPEND COMMAND_CODE_SOURCE_FILES ${SOURCE_GROUP_SOURCE_FILES})
|