[meta,cmake] Restructure project and introduce CMake tooling
Compare changes
+ 3
− 2
@@ -31,6 +31,7 @@ add_library(LibSCDAQ ${SOURCE_FILES})
@@ -47,14 +48,14 @@ find_library(micron_STATIC_LIBRARY
Rearrange project to conform to current best-practices in modern C++ repo organization.
Introduce initial configuration file for the CMake meta-build system, based on the restructured organization.