🎨 Revamp CMake to be correct and easy to understand (#69)

🎨 Cleanup include path for catch2

 Add basic .deb generation support
  WiX and RPM support is still needed (if even desired?)

⬆️ Upgrade minimum CMake version to 3.14
⬆️ Upgrade Catch to Catch v2.9.2
📌 Pin Catch to v2.9.2
This commit is contained in:
Isabella Muerte
2019-10-25 06:44:01 -07:00
committed by Sy Brand
parent fd96e4545c
commit 0ca73ee30e
17 changed files with 146 additions and 12078 deletions

View File

@@ -1,8 +1,8 @@
#include "catch.hpp"
#include <catch2/catch.hpp>
#include <tl/expected.hpp>
#include <vector>
#include <type_traits>
#include <vector>
#include <string>
struct takes_init_and_variadic {