Skip to content
Snippets Groups Projects

Update EtaCorrection

Merged Simon Spannagel requested to merge etacorr into master
All threads resolved!
7 files
+ 273
115
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 10
0
# Define module and return the generated name as ALGORITHM_NAME
CORRYVRECKAN_ALGORITHM(ALGORITHM_NAME)
# Add source files to library
CORRYVRECKAN_ALGORITHM_SOURCES(${ALGORITHM_NAME}
EtaCalculation.cpp
)
# Provide standard install target
CORRYVRECKAN_ALGORITHM_INSTALL(${ALGORITHM_NAME})
Loading