diff options
author | Lee Clagett <code@leeclagett.com> | 2016-12-08 20:28:28 -0500 |
---|---|---|
committer | Lee Clagett <code@leeclagett.com> | 2016-12-13 00:19:54 -0500 |
commit | bdc3d7496f0ba6ca8a8a5992a33ab617fec8058b (patch) | |
tree | e9122ee2e7fcf0898d4d1538d51a54c08fb3add7 /src/rpc/CMakeLists.txt | |
parent | Merge pull request #1436 (diff) | |
download | monero-bdc3d7496f0ba6ca8a8a5992a33ab617fec8058b.tar.xz |
Adding HTTP Digest Auth (but not yet enabled)
Diffstat (limited to 'src/rpc/CMakeLists.txt')
-rw-r--r-- | src/rpc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/CMakeLists.txt b/src/rpc/CMakeLists.txt index 050b5e569..6df93cde1 100644 --- a/src/rpc/CMakeLists.txt +++ b/src/rpc/CMakeLists.txt @@ -46,6 +46,7 @@ target_link_libraries(rpc PUBLIC cryptonote_core cryptonote_protocol + epee ${Boost_THREAD_LIBRARY} PRIVATE ${EXTRA_LIBRARIES}) |