- 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:
Paul Beckingham 2012-10-29 02:27:33 -04:00
parent 2f4c9b2653
commit a736568e68
7 changed files with 34 additions and 3 deletions

View file

@ -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)