start refactor context states with kubo_state_wall_select
This commit is contained in:
parent
c2c99e73d2
commit
7e065745d2
13 changed files with 349 additions and 103 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue