From d36ec4670770022c0ec8337f6df4de292ca941db Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 25 Feb 2022 18:13:54 +0100 Subject: build: add ctre library dependency --- lib/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/CMakeLists.txt (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt new file mode 100644 index 0000000..16c32fd --- /dev/null +++ b/lib/CMakeLists.txt @@ -0,0 +1,9 @@ +include(FetchContent) + +FetchContent_Declare( + ctre + GIT_REPOSITORY "https://github.com/hanickadot/compile-time-regular-expressions" + GIT_TAG v3.5 +) + +add_subdirectory(ctre) -- cgit v1.2.3-18-g5258