diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-16 07:22:37 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-05-16 07:22:37 (GMT) |
commit | cc2dae1f5171d40cc719220dd8a9a2de6c5c4334 (patch) | |
tree | ca37c3589691424a13d97a9de1a9075eef0d0c3e /src | |
parent | b7d82a478eafbde7dbe7b6bfb1630becfed49f39 (diff) |
Link to the maths library.
Diffstat (limited to 'src')
-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 index e9e4bdc..35e01f7 100644 --- a/src/compression/CMakeLists.txt +++ b/src/compression/CMakeLists.txt @@ -5,3 +5,4 @@ include_directories(${COMP_INC_DIR}) set(HEADER_FILES ${COMP_INC_DIR}/bwlzh.h ${COMP_INC_DIR}/bwt.h ${COMP_INC_DIR}/coder.h ${COMP_INC_DIR}/dict.h ${COMP_INC_DIR}/fixpoint.h ${COMP_INC_DIR}/huffman.h ${COMP_INC_DIR}/lz77.h ${COMP_INC_DIR}/merge_sort.h ${COMP_INC_DIR}/mtf.h ${COMP_INC_DIR}/my64bit.h ${COMP_INC_DIR}/rle.h ${COMP_INC_DIR}/tng_compress.h ${COMP_INC_DIR}/vals16.h ${COMP_INC_DIR}/warnmalloc.h ${COMP_INC_DIR}/widemuldiv.h) 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) +target_link_libraries(tng_compress m)
\ No newline at end of file |