diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 15e8c75..c820ed5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt | |||
@@ -22,7 +22,7 @@ if(ZLIB_BUILD_SHARED) | |||
22 | COMMAND zlib_example) | 22 | COMMAND zlib_example) |
23 | 23 | ||
24 | add_executable(minigzip minigzip.c) | 24 | add_executable(minigzip minigzip.c) |
25 | target_compile_definitions(zlib | 25 | target_compile_definitions(minigzip |
26 | PRIVATE | 26 | PRIVATE |
27 | $<$<BOOL:${HAVE___ATTR__VIS_HIDDEN}>:HAVE_HIDDEN>) | 27 | $<$<BOOL:${HAVE___ATTR__VIS_HIDDEN}>:HAVE_HIDDEN>) |
28 | target_link_libraries(minigzip ZLIB::ZLIB) | 28 | target_link_libraries(minigzip ZLIB::ZLIB) |