diff options
Diffstat (limited to 'third_party/CMakeLists.txt')
| -rw-r--r-- | third_party/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
