Skip to content

Refactor folders and cmake, add print statement of currently configured sequence

Daniel Campora Perez requested to merge dcampora_refactor_folders_and_cmake into master
  • The sequences are now under folder configuration/sequences/, and their extension has been changed to .h.
  • Folders inside stream have been refactored to not have sequence_ prepended.
  • CMake uses variable instead of relative dirs, when accessing source dir.
  • A print statement has been added in order to indicate the executing sequence.

Merge request reports