You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: