From ad001563fda4a9061909bd09dcf51238138014d6 Mon Sep 17 00:00:00 2001 From: Nikita Kostovsky Date: Fri, 19 Sep 2025 14:28:21 +0200 Subject: initial commit --- third_party/CMakeLists.txt | 3 +++ third_party/goodies | 1 + 2 files changed, 4 insertions(+) create mode 100644 third_party/CMakeLists.txt create mode 160000 third_party/goodies (limited to 'third_party') diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt new file mode 100644 index 0000000..32d7908 --- /dev/null +++ b/third_party/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 4.1) + +add_subdirectory(goodies) diff --git a/third_party/goodies b/third_party/goodies new file mode 160000 index 0000000..e701976 --- /dev/null +++ b/third_party/goodies @@ -0,0 +1 @@ +Subproject commit e7019763076cbbe3d52c2a03133c3ded5558f017 -- cgit v1.2.3-70-g09d2