mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
View
- Added unit tests - blank for now. - Added stubbed ColProject, just so that ColID is not the only column. - Renamed files for clarity and namespace reasons.
This commit is contained in:
parent
74d799acea
commit
c5f71051ad
10 changed files with 225 additions and 5 deletions
|
@ -5,7 +5,8 @@ include_directories (${CMAKE_SOURCE_DIR}/src
|
|||
${TASK_INCLUDE_DIRS})
|
||||
|
||||
set (columns_SRCS Column.cpp Column.h
|
||||
ID.cpp ID.h)
|
||||
ColID.cpp ColID.h
|
||||
ColProject.cpp ColProject.h)
|
||||
|
||||
add_library (columns STATIC ${columns_SRCS})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue