|
| | if (APPLE) if(DEPENDS) list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework ApplicationServices -framework AppKit -framework IOKit") else() find_library(IOKIT_LIBRARY IOKit) mark_as_advanced(IOKIT_LIBRARY) list(APPEND EXTRA_LIBRARIES $ |
| |
| | endif () endif() set(cryptonote_basic_sources account.cpp cryptonote_basic_impl.cpp cryptonote_format_utils.cpp difficulty.cpp hardfork.cpp miner.cpp) set(cryptonote_basic_headers) set(cryptonote_basic_private_headers account.h account_boost_serialization.h connection_context.h cryptonote_basic.h cryptonote_basic_impl.h cryptonote_boost_serialization.h cryptonote_format_utils.h difficulty.h hardfork.h miner.h tx_extra.h verification_context.h) monero_private_headers(cryptonote_basic $ |
| |
| | monero_add_library (cryptonote_basic ${cryptonote_basic_sources} ${cryptonote_basic_headers} ${cryptonote_basic_private_headers}) target_link_libraries(cryptonote_basic PUBLIC common cncrypto checkpoints device $ |
| |