diff options
author | John Wiegley <johnw@newartisans.com> | 2014-02-16 23:02:02 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2014-02-16 23:02:02 -0600 |
commit | 6a68119cbb45aed26a667c35f7e34838c8f194a6 (patch) | |
tree | d4ad5ebe5f8e20b397f6da5b846139d39e54ff49 /src/CMakeLists.txt | |
parent | fea32e94a6dfcb1a5021a8ec76b4d6ed9a959fec (diff) | |
parent | 9c7e5a612c09ddae8ce36f012a7025f5a3eb780a (diff) | |
download | fork-ledger-6a68119cbb45aed26a667c35f7e34838c8f194a6.tar.gz fork-ledger-6a68119cbb45aed26a667c35f7e34838c8f194a6.tar.bz2 fork-ledger-6a68119cbb45aed26a667c35f7e34838c8f194a6.zip |
Merge pull request #243 from kanru/justify-cjk
Correctly justify Unicode characters in terminal
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7bf7aad6..8359308e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -49,7 +49,8 @@ set(LEDGER_SOURCES times.cc error.cc utils.cc - strptime.cc) + strptime.cc + wcwidth.cc) if(HAVE_BOOST_PYTHON) list(APPEND LEDGER_SOURCES |