Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
906e223f
Commit
906e223f
authored
Oct 26, 2018
by
Simon Spannagel
Browse files
Move and rename central analysis class
parent
fe021a89
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/core/CMakeLists.txt
View file @
906e223f
...
...
@@ -3,7 +3,6 @@ INCLUDE_DIRECTORIES(SYSTEM ${CORRYVRECKAN_DEPS_INCLUDE_DIRS})
# Create core library
ADD_LIBRARY
(
CorryvreckanCore SHARED
Analysis.cpp
detector/Detector.cpp
utils/log.cpp
utils/unit.cpp
...
...
@@ -14,6 +13,7 @@ ADD_LIBRARY(CorryvreckanCore SHARED
config/Configuration.cpp
config/exceptions.cpp
module/Module.cpp
module/ModuleManager.cpp
)
# Link the dependencies
...
...
src/core/
Analysis
.cpp
→
src/core/
module/ModuleManager
.cpp
View file @
906e223f
File moved
src/core/
Analysis
.hpp
→
src/core/
module/ModuleManager
.hpp
View file @
906e223f
File moved
Write
Preview
Markdown
is supported
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