From 29a26e4d4254fe4edd5955b5e05efbd773d66f68 Mon Sep 17 00:00:00 2001 From: dashodanger Date: Sat, 15 Jul 2023 13:18:10 -0600 Subject: [PATCH] Chex Quest autoload/CMake updates --- autoload/chex/.gitkeep | 0 cmake/EDGEClassic.cmake | 1 + 2 files changed, 1 insertion(+) create mode 100644 autoload/chex/.gitkeep diff --git a/autoload/chex/.gitkeep b/autoload/chex/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/cmake/EDGEClassic.cmake b/cmake/EDGEClassic.cmake index 220282c90..254915075 100644 --- a/cmake/EDGEClassic.cmake +++ b/cmake/EDGEClassic.cmake @@ -15,6 +15,7 @@ add_custom_command( # game/mod packs set (EPK_BASE_SOURCE "edge_base/blasphemer" + "edge_base/chex" "edge_base/doom" "edge_base/doom1" "edge_base/doom2"