imgui-frontend-engineer: move layout designer into lab target
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user