diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-03-25 19:06:14 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-04-10 21:05:02 +0100 |
commit | a8ac4f0a70cc433723cfc171d8a1b8f2b3287a33 (patch) | |
tree | 341e24925517e9081682fdb799a2b0c4dfc83d86 /external/CMakeLists.txt | |
parent | Merge pull request #1930 (diff) | |
download | monero-a8ac4f0a70cc433723cfc171d8a1b8f2b3287a33.tar.xz |
update easylogging++ to latest upstream
Diffstat (limited to 'external/CMakeLists.txt')
-rw-r--r-- | external/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 3c0c0d68e..d67a1a875 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -98,3 +98,4 @@ else() endif() add_subdirectory(db_drivers) +add_subdirectory(easylogging++) |