imgui-frontend-engineer: move layout designer into lab target

This commit is contained in:
scawful
2025-12-28 09:56:41 -06:00
parent d002f5556d
commit b78e167105
27 changed files with 557 additions and 114 deletions

View File

@@ -9,6 +9,7 @@ option(YAZE_BUILD_EMU "Build emulator components" ON)
option(YAZE_BUILD_LIB "Build static library" ON)
option(YAZE_BUILD_TESTS "Build test suite" ON)
option(YAZE_BUILD_TOOLS "Build development utility tools" ${YAZE_BUILD_TESTS})
option(YAZE_BUILD_LAB "Build lab sandbox executable" OFF)
# Feature flags
option(YAZE_ENABLE_GRPC "Enable gRPC agent support" ON)
@@ -132,6 +133,7 @@ message(STATUS "z3ed CLI: ${YAZE_BUILD_Z3ED}")
message(STATUS "Emulator: ${YAZE_BUILD_EMU}")
message(STATUS "Static Library: ${YAZE_BUILD_LIB}")
message(STATUS "Tests: ${YAZE_BUILD_TESTS}")
message(STATUS "Lab Sandbox: ${YAZE_BUILD_LAB}")
if(YAZE_USE_SDL3)
message(STATUS "SDL Version: SDL3 (experimental)")
else()