name: "X Area" display_name: "Starting Room" letters { key: "x" path: "Components/Collectables/x" } ports { name: "CC" path: "Components/Warps/worldport3" orientation: "west" } land.com/lingo2-archipelago/atom/CMakeLists.txt?h=data-v4' type='application/atom+xml'/>
about summary refs log tree commit diff stats
path: root/CMakeLists.txt
blob: e76d0db59a188444fb91b6b21ec8e859f382f8e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
cmake_minimum_required(VERSION 3.28)

project(lingo2_archipelago)

add_subdirectory(proto)
add_subdirectory(tools/util)
add_subdirectory(tools/assign_ids)
add_subdirectory(tools/datapacker)
add_subdirectory(tools/validator)