aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-22 01:34:26 -0400
committerluigi1111 <luigi1111w@gmail.com>2021-04-22 01:34:26 -0400
commit6d7bb2b8ba9337b9410cf45d2ee0f6d97099f22b (patch)
treed00a6f69d1dac1928dd45879551e921facb1f768 /external
parent3c1ea110d986b90aec3133b61769de9f649ca3d8 (diff)
parent19ed7abdf9d58948155e92a3f751ad2e04fdee01 (diff)
downloadmonzero-core-6d7bb2b8ba9337b9410cf45d2ee0f6d97099f22b.tar.gz
monzero-core-6d7bb2b8ba9337b9410cf45d2ee0f6d97099f22b.tar.xz
monzero-core-6d7bb2b8ba9337b9410cf45d2ee0f6d97099f22b.zip
Merge pull request #7643
19ed7ab Test: Enable coverage for external repositories (mj-xmr)
Diffstat (limited to 'external')
-rw-r--r--external/easylogging++/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/easylogging++/CMakeLists.txt b/external/easylogging++/CMakeLists.txt
index 35fb86552..fcda54547 100644
--- a/external/easylogging++/CMakeLists.txt
+++ b/external/easylogging++/CMakeLists.txt
@@ -31,6 +31,7 @@ cmake_minimum_required(VERSION 2.8.7)
project(easylogging CXX)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+monero_enable_coverage()
find_package(Threads)
find_package(Backtrace)