From 478e3b92374d67279d4092232ca27ef880a271fa Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 15 Nov 2022 13:33:53 +0100 Subject: [PATCH] add thirdparty CMakeLists.txt --- thirdparty/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 thirdparty/CMakeLists.txt diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt new file mode 100644 index 00000000..68ea851d --- /dev/null +++ b/thirdparty/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory(rapidcsv)