diff options
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 .) |