diff options
author | Patrick Simianer <p@simianer.de> | 2016-04-12 11:49:23 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-04-12 11:49:23 +0200 |
commit | 894f91a1eb5edb6b8227cad8d49337cfb6b7e0d8 (patch) | |
tree | 6b2ff7deb59e1e11e3c1bbc745e38d63ccd82964 /klm/lm/builder | |
parent | bb66d99bfc3938e3d9bc847544090b15fa27075b (diff) |
whitespace
Diffstat (limited to 'klm/lm/builder')
-rw-r--r-- | klm/lm/builder/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/klm/lm/builder/CMakeLists.txt b/klm/lm/builder/CMakeLists.txt index c04e7889..e52875cb 100644 --- a/klm/lm/builder/CMakeLists.txt +++ b/klm/lm/builder/CMakeLists.txt @@ -29,4 +29,3 @@ target_link_libraries(lmplz klm klm_util_double klm_util_stream klm_util ${Boost set(dump_counts_SRCS print.cc dump_counts_main.cc) add_executable(dump_counts ${dump_counts_SRCS}) target_link_libraries(dump_counts klm klm_util_double klm_util_stream klm_util ${Boost_LIBRARIES} ${ZLIB_LIBRARIES} ${BZIP2_LIBRARIES} ${LIBLZMA_LIBRARIES}) - |