From 19ed7abdf9d58948155e92a3f751ad2e04fdee01 Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Thu, 1 Apr 2021 19:50:35 +0200 Subject: Test: Enable coverage for external repositories Add monero_enable_coverage() for reuse in case C/CXX_FLAGS are overwritten. --- contrib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/CMakeLists.txt b/contrib/CMakeLists.txt index 511f0416e..046115bd3 100644 --- a/contrib/CMakeLists.txt +++ b/contrib/CMakeLists.txt @@ -26,5 +26,6 @@ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +monero_enable_coverage() add_subdirectory(epee) -- cgit v1.2.3