diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 17:18:47 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-07 17:18:47 -0400 |
commit | c0c5431800d0306d01814e9902566c9b4fc9220b (patch) | |
tree | 50d206c31bb7f535c3f2ca0b8d0f735c5a61f9a5 /CMakeLists.txt | |
parent | c9da387ede51f207825b63d9f13036a7b661d4b3 (diff) | |
download | lingo2-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.txt | 1 |
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) | |||
3 | project(lingo2_archipelago) | 3 | project(lingo2_archipelago) |
4 | 4 | ||
5 | add_subdirectory(proto) | 5 | add_subdirectory(proto) |
6 | add_subdirectory(tools/assign_ids) | ||
6 | add_subdirectory(tools/datapacker) | 7 | add_subdirectory(tools/datapacker) |