The CMake code here uses old standars and do not adhere to the most recent trend of using per target directives.
Modernize CMake to 3.16 standards.
Also figure out a way to avoid having to add a new line in a CMake file any time a new .h or .cpp file is added (check out wallet-core project).
The CMake code here uses old standars and do not adhere to the most recent trend of using per target directives.
Modernize CMake to 3.16 standards.
Also figure out a way to avoid having to add a new line in a CMake file any time a new .h or .cpp file is added (check out
wallet-coreproject).