diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 11:51:20 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-08-09 11:51:20 -0400 |
| commit | 9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6 (patch) | |
| tree | 6d58ffe2e9a60eac681b22b0cb0bd03baf74990c /CMakeLists.txt | |
| parent | 3fcc676cd3b9b3b24a8755612a459d498879b1df (diff) | |
| download | lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.gz lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.tar.bz2 lingo2-archipelago-9ca8681ca5f134d65eaa4b5ae68d57ba67fe98d6.zip | |
Added support for masteries
Also assigned IDs for the_butterfly, as well as already configured letters.
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 fab2c86..f15a970 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -3,5 +3,6 @@ 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/util) | ||
| 6 | add_subdirectory(tools/assign_ids) | 7 | add_subdirectory(tools/assign_ids) |
| 7 | add_subdirectory(tools/datapacker) | 8 | add_subdirectory(tools/datapacker) |
