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