diff options
| author | stoffu <stoffu@protonmail.ch> | 2017-12-21 15:22:25 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-10 01:57:56 +0000 |
| commit | 6d8b29ef2800a36236e4d31521878ef02f3084ab (patch) | |
| tree | ec8f5219cd25266c5e30898e4b3c1d9427cb629d /src/rpc/CMakeLists.txt | |
| parent | fdd4c5e5770c2765afd7734550dc80e31a480045 (diff) | |
| download | monzero-core-6d8b29ef2800a36236e4d31521878ef02f3084ab.tar.gz monzero-core-6d8b29ef2800a36236e4d31521878ef02f3084ab.tar.xz monzero-core-6d8b29ef2800a36236e4d31521878ef02f3084ab.zip | |
fix some link errors in debug mode for macos
Diffstat (limited to 'src/rpc/CMakeLists.txt')
| -rw-r--r-- | src/rpc/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index 748c6b8c1..19ea93902 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -101,6 +101,7 @@ target_link_libraries(rpc_base epee ${Boost_REGEX_LIBRARY} ${Boost_THREAD_LIBRARY} + ${Boost_PROGRAM_OPTIONS_LIBRARY} PRIVATE ${EXTRA_LIBRARIES}) @@ -125,6 +126,7 @@ target_link_libraries(daemon_messages target_link_libraries(daemon_rpc_server LINK_PRIVATE + rpc cryptonote_core cryptonote_protocol daemon_messages |
