Skip to content

Organize the code and CMake with subdirectories

Bram Veenboer requested to merge organize into master
  • The code is now split into a common and binaries part, to have code that belongs together in one place. The CMake configuration has been updated accordingly.
  • Some unneeded "required" components have been removed for Boost and Casacore.
  • The CMake directory is removed, we now use external/aocmmon/CMake, which provides the same functionality.

Merge request reports