mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
GnuTLS
- Added GnuTLS discovery, linking. - Added '+/-tls' indicator to diagnostics command. - Added libgnutls version number to diagnostics command. - Renamed wcwidth6.c to wcwidth6.cpp, to eliminate a strange build error.
This commit is contained in:
parent
2f4c9b2653
commit
a736568e68
7 changed files with 34 additions and 3 deletions
|
@ -46,7 +46,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