Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
f05ba499
Commit
f05ba499
authored
Nov 16, 2017
by
Daniel Hynds
Browse files
moved eta correction to own folder, add cmakelists
parent
4dcf2d79
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/algorithms/EtaCorrection/CMakeLists.txt
0 → 100644
View file @
f05ba499
# Define module and return the generated name as ALGORITHM_NAME
CORRYVRECKAN_ALGORITHM
(
ALGORITHM_NAME
)
# Add source files to library
CORRYVRECKAN_ALGORITHM_SOURCES
(
${
ALGORITHM_NAME
}
EtaCorrection.cpp
# ADD SOURCE FILES HERE...
)
# Provide standard install target
CORRYVRECKAN_ALGORITHM_INSTALL
(
${
ALGORITHM_NAME
}
)
src/algorithms/EtaCorrection.cpp
→
src/algorithms/EtaCorrection
/EtaCorrection
.cpp
View file @
f05ba499
File moved
src/algorithms/EtaCorrection.h
→
src/algorithms/EtaCorrection
/EtaCorrection
.h
View file @
f05ba499
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment