mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
42da8a2408
created skeleton for wallet_section added getAccounts api fixes #4750
20 lines
300 B
CMake
20 lines
300 B
CMake
add_library(backend
|
|
accounts.cpp
|
|
types.cpp
|
|
utils.cpp
|
|
wallet_accounts.cpp
|
|
)
|
|
|
|
target_include_directories(backend
|
|
PUBLIC
|
|
include/
|
|
)
|
|
|
|
target_link_libraries(backend
|
|
PRIVATE
|
|
Qt${QT_VERSION_MAJOR}::Core
|
|
Qt${QT_VERSION_MAJOR}::Quick
|
|
statusgo_shared
|
|
|
|
)
|