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