Monero
Functions
src/daemon/CMakeLists.txt File Reference

Functions

 set (daemon_sources command_parser_executor.cpp command_server.cpp daemon.cpp executor.cpp main.cpp rpc_command_executor.cpp) set(daemon_headers) set(daemon_private_headers command_parser_executor.h command_server.h core.h daemon.h executor.h p2p.h protocol.h rpc.h rpc_command_executor.h ../cryptonote_protocol/cryptonote_protocol_defs.h ../cryptonote_protocol/cryptonote_protocol_handler.h ../cryptonote_protocol/cryptonote_protocol_handler.inl ../cryptonote_protocol/cryptonote_protocol_handler_common.h ../p2p/net_node.h ../p2p/net_node_common.h ../p2p/net_peerlist.h ../p2p/net_peerlist_boost_serialization.h ../p2p/p2p_protocol_defs.h ../p2p/stdafx.h) monero_private_headers(daemon $
 
 monero_add_executable (daemon ${daemon_sources} ${daemon_headers} ${daemon_private_headers}) target_link_libraries(daemon PRIVATE rpc blockchain_db cryptonote_core cncrypto common p2p cryptonote_protocol daemonizer serialization daemon_rpc_server $
 

Function Documentation

◆ monero_add_executable()

monero_add_executable ( daemon ${daemon_sources} ${daemon_headers} ${daemon_private_headers}  )

◆ set()

set ( daemon_sources command_parser_executor.cpp command_server.cpp daemon.cpp executor.cpp main.cpp rpc_command_executor.  cpp)