Use catch via FetchContent

Fixes #111 and #112.
This commit is contained in:
Jonathan Müller 2021-02-17 13:37:14 +01:00
commit 39ba4f5de2
9 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@
// This file is subject to the license terms in the LICENSE file
// found in the top-level directory of this distribution.
#include <catch.hpp>
#include <catch2/catch.hpp>
#include <cppast/libclang_parser.hpp>