diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-04-01 19:50:35 +0200 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-04-01 19:50:54 +0200 |
commit | 19ed7abdf9d58948155e92a3f751ad2e04fdee01 (patch) | |
tree | f85fdbcbb412e1884615abdb9dc131244b36d6b3 /contrib/CMakeLists.txt | |
parent | Merge pull request #7387 (diff) | |
download | monero-19ed7abdf9d58948155e92a3f751ad2e04fdee01.tar.xz |
Test: Enable coverage for external repositories
Add monero_enable_coverage() for reuse in case C/CXX_FLAGS are overwritten.
Diffstat (limited to 'contrib/CMakeLists.txt')
-rw-r--r-- | contrib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |