diff options
author | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-01-25 16:58:28 (GMT) |
---|---|---|
committer | Magnus Lundborg <lundborg.magnus@gmail.com> | 2013-03-13 10:12:35 (GMT) |
commit | 8d4d2e2e8c10217e56dcfb24dcaff2b3c05b43e3 (patch) | |
tree | a990209e15d0404c372002689994fc62a0f6675d /CMakeLists.txt | |
parent | d5e691f359fe36c6b5190857295710de53fcaa89 (diff) |
Add gzip compression and uncompression to master branch.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a782d0e..6c84303 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,8 @@ if(USE_OPENMP) endif() endif() +FIND_PACKAGE(ZLIB) + add_subdirectory(src) file(COPY example_files DESTINATION .) |