[meta,cmake] Restructure project and introduce CMake tooling
Compare changes
- Giovanna Lazzari Miotto authored
+ 2
− 1
@@ -132,6 +132,7 @@ echo $BASEDIR
@@ -198,5 +199,5 @@ if [ \$1 == 0 ]; then
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.