|
| | 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(checkpoints_sources checkpoints.cpp) set(checkpoints_headers) set(checkpoints_private_headers checkpoints.h) monero_private_headers(checkpoints $ |
| |
| | monero_add_library (checkpoints ${checkpoints_sources} ${checkpoints_headers} ${checkpoints_private_headers}) target_link_libraries(checkpoints PUBLIC common cncrypto $ |
| |