diff options
author | Craig Earls <enderw88@gmail.com> | 2014-02-24 14:17:57 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-02-24 14:17:57 -0700 |
commit | 0b4ce5698622eb361e702825b187ebfceb970789 (patch) | |
tree | c892d4d8aae61bcbf0d071867be5697b75a5ddbb /src/CMakeLists.txt | |
parent | bb8e000d5b35fc4a42c61cf92037674c09d996ca (diff) | |
parent | bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2 (diff) | |
download | fork-ledger-0b4ce5698622eb361e702825b187ebfceb970789.tar.gz fork-ledger-0b4ce5698622eb361e702825b187ebfceb970789.tar.bz2 fork-ledger-0b4ce5698622eb361e702825b187ebfceb970789.zip |
Merge commit 'bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2'
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 |