diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a4a0439..545dafe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -242,4 +242,6 @@ if(ZLIB_BUILD_TESTING) | |||
242 | target_compile_definitions(minigzip64 PRIVATE LARGEFILE64_SOURCE=1) | 242 | target_compile_definitions(minigzip64 PRIVATE LARGEFILE64_SOURCE=1) |
243 | target_link_libraries(minigzip64 ZLIB::ZLIB) | 243 | target_link_libraries(minigzip64 ZLIB::ZLIB) |
244 | endif(HAVE_OFF64_T) | 244 | endif(HAVE_OFF64_T) |
245 | |||
246 | add_subdirectory(test) | ||
245 | endif(ZLIB_BUILD_TESTING) | 247 | endif(ZLIB_BUILD_TESTING) |