We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 222e6c4 + 0d047e7 commit e22436fCopy full SHA for e22436f
libraries/wallet/CMakeLists.txt
@@ -29,7 +29,21 @@ else()
29
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/api_documentation_standin.cpp )
30
endif()
31
32
-file (GLOB SOURCES "*.cpp")
+set( SOURCES
33
+ operation_printer.cpp
34
+ reflect_util.cpp
35
+ wallet.cpp
36
+ wallet_account.cpp
37
+ wallet_api_impl.cpp
38
+ wallet_asset.cpp
39
+ wallet_builder.cpp
40
+ wallet_debug.cpp
41
+ wallet_network.cpp
42
+ wallet_results.cpp
43
+ wallet_sign.cpp
44
+ wallet_transfer.cpp
45
+ wallet_voting.cpp
46
+ )
47
48
add_library( graphene_wallet ${SOURCES} ${CMAKE_CURRENT_BINARY_DIR}/api_documentation.cpp ${HEADERS} )
49
target_link_libraries( graphene_wallet PRIVATE graphene_app graphene_net graphene_chain graphene_utilities fc ${CMAKE_DL_LIBS} ${PLATFORM_SPECIFIC_LIBS} )
0 commit comments