mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #7643
19ed7ab
Test: Enable coverage for external repositories (mj-xmr)
This commit is contained in:
commit
6d7bb2b8ba
3 changed files with 19 additions and 9 deletions
1
external/easylogging++/CMakeLists.txt
vendored
1
external/easylogging++/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue