Monero
Functions
src/common/CMakeLists.txt File Reference

Functions

 include_directories (SYSTEM ${OPENSSL_INCLUDE_DIR}) set(common_sources base58.cpp command_line.cpp dns_utils.cpp download.cpp error.cpp expect.cpp util.cpp i18n.cpp notify.cpp password.cpp perf_timer.cpp pruning.cpp spawn.cpp threadpool.cpp updates.cpp aligned.c timings.cc combinator.cpp) if(STACK_TRACE) list(APPEND common_sources stack_trace.cpp) endif() if(BACKCOMPAT) list(APPEND common_sources compat/glibc_compat.cpp) endif() set(common_headers) set(common_private_headers apply_permutation.h base58.h boost_serialization_helper.h command_line.h common_fwd.h dns_utils.h download.h error.h expect.h http_connection.h notify.h pod-class.h pruning.h rpc_client.h scoped_message_writer.h unordered_containers_boost_serialization.h util.h varint.h i18n.h password.h perf_timer.h spawn.h stack_trace.h threadpool.h updates.h aligned.h timings.h combinator.h utf8.h) monero_private_headers(common $
 
 monero_add_library (common ${common_sources} ${common_headers} ${common_private_headers} DEPENDS generate_translations_header) target_link_libraries(common PUBLIC cncrypto $
 

Function Documentation

◆ include_directories()

include_directories ( SYSTEM ${OPENSSL_INCLUDE_DIR}  )

◆ monero_add_library()

monero_add_library ( common ${common_sources} ${common_headers} ${common_private_headers} DEPENDS  generate_translations_header)