diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:21:36 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-05-30 21:21:36 +0200 |
commit | 9ea7fbed8a5631f60a6cb561ec64dbf3d6c58024 (patch) | |
tree | d2c3517539166ccfef9f709bf5c0f7ceb9415204 /CMakeLists.txt | |
parent | Merge pull request #2026 (diff) | |
parent | shared libs build (i.e. make debug) (diff) | |
download | monero-9ea7fbed8a5631f60a6cb561ec64dbf3d6c58024.tar.xz |
Merge pull request #2032
dd8e3266 shared libs build (i.e. make debug) (stoffu)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d584e41c0..a9d6be986 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,6 +338,8 @@ if (UNIX AND NOT APPLE) find_package(Threads) endif() +add_definitions(-DAUTO_INITIALIZE_EASYLOGGINGPP) + add_subdirectory(external) # Final setup for miniupnpc |