diff options
author | Vollstrecker <werner@vollstreckernet.de> | 2024-12-24 21:43:52 +0100 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2025-01-31 19:59:10 -0800 |
commit | 27198174ca18157eba7b4e7f2625116506284b37 (patch) | |
tree | 68dfb12746bea583c5526e0e8333e993a11c0da2 /test | |
parent | d3ab1df503abffbc2480d10c110e955bad803e0a (diff) | |
download | zlib-27198174ca18157eba7b4e7f2625116506284b37.tar.gz zlib-27198174ca18157eba7b4e7f2625116506284b37.tar.bz2 zlib-27198174ca18157eba7b4e7f2625116506284b37.zip |
CMake: Correct target to minizip.
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) |