/usr/include/OpenMS/TRANSFORMATIONS/FEATUREFINDER/sources.cmake is in libopenms-dev 1.11.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | ### the directory name
set(directory include/OpenMS/TRANSFORMATIONS/FEATUREFINDER)
### list all header files of the directory here
set(sources_list_h
BaseModel.h
BaseModel_impl.h
BiGaussFitter1D.h
BiGaussModel.h
EGHTraceFitter.h
EmgFitter1D.h
EmgModel.h
ExtendedIsotopeFitter1D.h
ExtendedIsotopeModel.h
FeaFiModule.h
FeatureFinder.h
FeatureFinderAlgorithm.h
FeatureFinderAlgorithmIsotopeWavelet.h
FeatureFinderAlgorithmPicked.h
FeatureFinderAlgorithmPickedHelperStructs.h
FeatureFinderAlgorithmSH.h
FeatureFinderAlgorithmSHCtrl.h
FeatureFinderAlgorithmSimple.h
FeatureFinderAlgorithmSimplest.h
FeatureFinderAlgorithmMRM.h
FeatureFinderAlgorithm_impl.h
FeatureFinderDefs.h
FeatureFinder_impl.h
Fitter1D.h
GaussFitter1D.h
GaussModel.h
GaussTraceFitter.h
InterpolationModel.h
IsotopeFitter1D.h
IsotopeModel.h
IsotopeWavelet.h
IsotopeWaveletConstants.h
IsotopeWaveletCudaKernel.h
IsotopeWaveletParallelFor.h
IsotopeWaveletTransform.h
LevMarqFitter1D.h
LmaGaussFitter1D.h
LmaGaussModel.h
LmaIsotopeFitter1D.h
LmaIsotopeModel.h
MaxLikeliFitter1D.h
ModelDescription.h
ModelFitter.h
PeakWidthEstimator.h
ProductModel.h
SeedListGenerator.h
SimpleExtender.h
SimpleSeeder.h
TraceFitter.h
)
### add path to the filenames
set(sources_h)
foreach(i ${sources_list_h})
list(APPEND sources_h ${directory}/${i})
endforeach(i)
### source group definition
source_group("Header Files\\OpenMS\\TRANSFORMATIONS\\FEATUREFINDER" FILES ${sources_h})
set(OpenMS_sources_h ${OpenMS_sources_h} ${sources_h})
|