Merge pull request #7643

19ed7ab Test: Enable coverage for external repositories (mj-xmr)
This commit is contained in:
luigi1111 2021-04-22 01:34:26 -04:00
commit 6d7bb2b8ba
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
3 changed files with 19 additions and 9 deletions

View file

@ -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)