Framework: Added basic test framework

This commit is contained in:
Paul Beckingham 2015-12-10 09:56:43 -05:00
parent 1860a50f69
commit 2235b8e407
9 changed files with 1052 additions and 1 deletions

View file

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