mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdStop: Added stub
This commit is contained in:
parent
ed08fce6b1
commit
17760c027d
3 changed files with 39 additions and 1 deletions
|
@ -6,7 +6,8 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
|
||||
set (commands_SRCS CmdDefault.cpp
|
||||
CmdHelp.cpp
|
||||
CmdStart.cpp)
|
||||
CmdStart.cpp
|
||||
CmdStop.cpp)
|
||||
|
||||
add_library (commands STATIC ${commands_SRCS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue