diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-15 14:19:08 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-15 14:19:08 (GMT) |
commit | 08150c67d755afab6665207b0a06ae892a0ad7fa (patch) | |
tree | 6b062a61759ad14c52cf0c4fcd930995188c3ea5 /src/compression/CMakeLists.txt | |
parent | 94d926101a73f0b6d210da53e017d17e45fbdbd4 (diff) | |
parent | 718d755c5877bc3005ade2827e7c9cec1c6d064a (diff) |
Merge branch 'master' of git.gromacs.org:tng
Diffstat (limited to 'src/compression/CMakeLists.txt')
-rw-r--r-- | src/compression/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compression/CMakeLists.txt b/src/compression/CMakeLists.txt new file mode 100644 index 0000000..bdc82b8 --- /dev/null +++ b/src/compression/CMakeLists.txt @@ -0,0 +1 @@ +add_library(tng_compress SHARED bwlzh.c bwt.c coder.c dict.c fixpoint.c huffman.c huffmem.c lz77.c merge_sort.c mtf.c rle.c tng_compress.c vals16.c warnmalloc.c widemuldiv.c xtc2.c xtc3.c) |