mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Framework: Added basic test framework
This commit is contained in:
parent
1860a50f69
commit
2235b8e407
9 changed files with 1052 additions and 1 deletions
|
@ -3,7 +3,8 @@ include_directories (${CMAKE_SOURCE_DIR}
|
|||
${CMAKE_SOURCE_DIR}/src
|
||||
${TIMEW_INCLUDE_DIRS})
|
||||
|
||||
set (timew_SRCS utf8.h utf8.cpp)
|
||||
set (timew_SRCS utf8.h utf8.cpp
|
||||
wcwidth6.cpp)
|
||||
|
||||
add_library (timew STATIC ${timew_SRCS})
|
||||
add_executable (timew_executable main.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue