diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-12-15 14:25:49 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-12-15 14:25:49 +0200 |
commit | aa47ea41a7229f716ffaa422ece2656b62084239 (patch) | |
tree | 60b74f56af665ababa3d7dcf3eb43515f28ed033 /contrib/CMakeLists.txt | |
parent | Merge pull request #1445 (diff) | |
parent | Adding HTTP Digest Auth (but not yet enabled) (diff) | |
download | monero-aa47ea41a7229f716ffaa422ece2656b62084239.tar.xz |
Merge pull request #1444
bdc3d749 Adding HTTP Digest Auth (but not yet enabled) (Lee Clagett)
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) |