diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index bd7868398..692905f2a 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -26,7 +26,6 @@ # originally generated with the command: # find opm -name '*.c*' -printf '\t%p\n' | sort list (APPEND MAIN_SOURCE_FILES - opm/autodiff/BlackoilPropsAdInterface.cpp opm/autodiff/ExtractParallelGridInformationToISTL.cpp opm/autodiff/NewtonIterationBlackoilCPR.cpp @@ -68,7 +67,6 @@ list (APPEND MAIN_SOURCE_FILES ) - # originally generated with the command: # find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort list (APPEND TEST_SOURCE_FILES @@ -131,7 +129,6 @@ list (APPEND PROGRAM_SOURCE_FILES # originally generated with the command: # find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort list (APPEND PUBLIC_HEADER_FILES - opm/autodiff/AdditionalObjectDeleter.hpp opm/autodiff/AutoDiffBlock.hpp opm/autodiff/AutoDiffHelpers.hpp @@ -228,4 +225,3 @@ list (APPEND PUBLIC_HEADER_FILES opm/simulators/SimulatorIncompTwophase.hpp ) -