diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:34:26 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-22 01:34:26 -0400 |
commit | 6d7bb2b8ba9337b9410cf45d2ee0f6d97099f22b (patch) | |
tree | d00a6f69d1dac1928dd45879551e921facb1f768 /contrib | |
parent | Merge pull request #7016 (diff) | |
parent | Test: Enable coverage for external repositories (diff) | |
download | monero-6d7bb2b8ba9337b9410cf45d2ee0f6d97099f22b.tar.xz |
Merge pull request #7643
19ed7ab Test: Enable coverage for external repositories (mj-xmr)
Diffstat (limited to 'contrib')
-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) |