summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMagnus Lundborg <lundborg.magnus@gmail.com>2013-01-25 16:58:28 (GMT)
committerMagnus Lundborg <lundborg.magnus@gmail.com>2013-03-13 10:12:35 (GMT)
commit8d4d2e2e8c10217e56dcfb24dcaff2b3c05b43e3 (patch)
treea990209e15d0404c372002689994fc62a0f6675d /CMakeLists.txt
parentd5e691f359fe36c6b5190857295710de53fcaa89 (diff)
Add gzip compression and uncompression to master branch.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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 .)
contact: Jan Huwald // Impressum