diff options
| author | Vollstrecker <werner@vollstreckernet.de> | 2025-12-31 11:11:28 +0100 |
|---|---|---|
| committer | Mark Adler <git@madler.net> | 2026-01-12 10:55:15 -0800 |
| commit | 4db1cd9721f2a404a53edaa48a688db251d1daf5 (patch) | |
| tree | d725965ff0656f53c2728a6ec2c8d8f016e67648 /contrib/ada | |
| parent | fb4bdb74122393e5c3f6ea767d272fed14c5eb60 (diff) | |
| download | zlib-4db1cd9721f2a404a53edaa48a688db251d1daf5.tar.gz zlib-4db1cd9721f2a404a53edaa48a688db251d1daf5.tar.bz2 zlib-4db1cd9721f2a404a53edaa48a688db251d1daf5.zip | |
CMake: Added contrib/iostream3.
Diffstat (limited to 'contrib/ada')
| -rw-r--r-- | contrib/ada/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ada/CMakeLists.txt b/contrib/ada/CMakeLists.txt index cb8b1568..3ede5f9d 100644 --- a/contrib/ada/CMakeLists.txt +++ b/contrib/ada/CMakeLists.txt | |||
| @@ -14,7 +14,7 @@ option(ZLIB_ADA_BUILD_STATIC "Enable building ada bindings static library" ON) | |||
| 14 | option(ZLIB_ADA_BUILD_TESTING "Enable building tests for ada bindings library" ON) | 14 | option(ZLIB_ADA_BUILD_TESTING "Enable building tests for ada bindings library" ON) |
| 15 | 15 | ||
| 16 | if(WIN32 OR CYGWIN) | 16 | if(WIN32 OR CYGWIN) |
| 17 | set(zlibAda_static_suffix "s") | 17 | set(zlib_Ada_static_suffix "s") |
| 18 | set(CMAKE_DEBUG_POSTFIX "d") | 18 | set(CMAKE_DEBUG_POSTFIX "d") |
| 19 | endif(WIN32 OR CYGWIN) | 19 | endif(WIN32 OR CYGWIN) |
| 20 | 20 | ||
| @@ -150,7 +150,7 @@ if(ZLIB_ADA_BUILD_STATIC) | |||
| 150 | INTERFACE ZLIB::ZLIBSTATIC) | 150 | INTERFACE ZLIB::ZLIBSTATIC) |
| 151 | 151 | ||
| 152 | set_target_properties(zlib-AdaStatic | 152 | set_target_properties(zlib-AdaStatic |
| 153 | PROPERTIES OUTPUT_NAME zlib-Ada${zlibAda_static_suffix}) | 153 | PROPERTIES OUTPUT_NAME zlib-Ada${zlib_Ada_static_suffix}) |
| 154 | 154 | ||
| 155 | ada_add_library(zlib-streamsStatic STATIC | 155 | ada_add_library(zlib-streamsStatic STATIC |
| 156 | zlib-streams.adb) | 156 | zlib-streams.adb) |
