As I started this project, one CMake file was enough but then I noticed that in the future, as I will be adding more operations, I'll need to divide everything into cohesive, well documented parts. Keeping everything homogeneously in each sub-directory will help me and others understand the computations.
As I started this project, one CMake file was enough but then I noticed that in the future, as I will be adding more operations, I'll need to divide everything into cohesive, well documented parts. Keeping everything homogeneously in each sub-directory will help me and others understand the computations.