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 /contrib/CMakeLists.txt | |
parent | Merge pull request #1436 (diff) | |
download | monero-bdc3d7496f0ba6ca8a8a5992a33ab617fec8058b.tar.xz |
Adding HTTP Digest Auth (but not yet enabled)
Diffstat (limited to 'contrib/CMakeLists.txt')
-rw-r--r-- | contrib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index c6e594e5a..92b44e0db 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -26,5 +26,6 @@ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +add_subdirectory(epee) add_subdirectory(otshell_utils) |