mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 09:17:19 +02:00
C -> C++
- Integrated wcwidth6.c more into text.cpp. - Moved wcwidth6.c to wcwidth6.cpp, to cure some strange build issue.
This commit is contained in:
parent
4baaf52610
commit
d9e24098b5
4 changed files with 3 additions and 2 deletions
|
@ -44,7 +44,7 @@ set (task_SRCS A3.cpp A3.h
|
|||
text.cpp text.h
|
||||
utf8.cpp utf8.h
|
||||
util.cpp util.h
|
||||
wcwidth6.c)
|
||||
wcwidth6.cpp)
|
||||
|
||||
add_library (task STATIC ${task_SRCS})
|
||||
add_executable (task_executable main.cpp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue