beginnings of an activate command
This commit is contained in:
parent
13cda029e7
commit
ad670b5033
@ -49,7 +49,8 @@ foreach(cogfile ${cogfiles})
|
||||
endforeach(cogfile)
|
||||
|
||||
add_library(bottles SHARED ${src}/bottles/bottles.cpp
|
||||
${src}/bottles/active.cpp ${src}/bottles/commands.cpp)
|
||||
${src}/bottles/active.cpp ${src}/bottles/commands.cpp
|
||||
${src}/bottles/activate.cpp)
|
||||
add_dependencies(bottles cog)
|
||||
|
||||
add_custom_target(cog ALL DEPENDS ${coggedfiles})
|
||||
|
@ -1,2 +1,3 @@
|
||||
list print_bottles
|
||||
active print_active_bottle
|
||||
activate switch_active_bottle
|
||||
|
Loading…
Reference in New Issue
Block a user