DeconvLR
DeconvLR copied to clipboard
Separate library related instruction to another file
Currently, compile instructions for the library itself resides in the primary CMake instruction file, while the utilities have their own instruction file in util
. Isolate to have the primary instruction file configured the libraries, while the source code inclusion that sort of stuff reside in the src
folder with library's own instruction file.