start refactor context states with kubo_state_wall_select

This commit is contained in:
Luka Jankovic 2025-08-31 02:22:29 +02:00
parent c2c99e73d2
commit 7e065745d2
13 changed files with 349 additions and 103 deletions

View file

@ -31,6 +31,8 @@ endif()
find_path(CYAML_INCLUDE_DIR cyaml/cyaml.h)
find_library(CYAML_LIBRARY cyaml)
add_subdirectory(states)
set(SOURCES
kubo_file.c
kubo_input.c
@ -42,6 +44,7 @@ set(SOURCES
kubo_command.c
kubo_camera.c
main.c
${STATES_SOURCES}
)
add_executable(kubo ${SOURCES})