summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 17:18:47 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-08-07 17:18:47 -0400
commitc0c5431800d0306d01814e9902566c9b4fc9220b (patch)
tree50d206c31bb7f535c3f2ca0b8d0f735c5a61f9a5 /CMakeLists.txt
parentc9da387ede51f207825b63d9f13036a7b661d4b3 (diff)
downloadlingo2-archipelago-c0c5431800d0306d01814e9902566c9b4fc9220b.tar.gz
lingo2-archipelago-c0c5431800d0306d01814e9902566c9b4fc9220b.tar.bz2
lingo2-archipelago-c0c5431800d0306d01814e9902566c9b4fc9220b.zip
Assign AP IDs to doors and panels proto
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10025ce..fab2c86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -3,4 +3,5 @@ cmake_minimum_required(VERSION 3.28)
3project(lingo2_archipelago) 3project(lingo2_archipelago)
4 4
5add_subdirectory(proto) 5add_subdirectory(proto)
6add_subdirectory(tools/assign_ids)
6add_subdirectory(tools/datapacker) 7add_subdirectory(tools/datapacker)