From 1065216b67b5b6332be01e6e834f9e4a44f4573c Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sat, 16 Mar 2019 10:32:58 +0100 Subject: [PATCH] Include all files in pack files --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b6e8d1..361c1de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -330,6 +330,7 @@ if (NOT DEBUG_BUILD) "pitlayouts.dat" "walllayouts.dat" "shoplayouts.dat" + "lockedroomlayouts.dat" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data ) endif ()