From: Nathan Moinvaziri Date: Thu, 24 Oct 2019 15:43:10 +0000 (-0700) Subject: Fixed unresolved external symbols when building maketrees. X-Git-Tag: 1.9.9-b1~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7607676a1608069a48bfb583b2a2923ab882c451;p=thirdparty%2Fzlib-ng.git Fixed unresolved external symbols when building maketrees. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 978e746f7..e4729847e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -895,7 +895,7 @@ if (ZLIB_ENABLE_TESTS) add_executable(makefixed tools/makefixed.c inftrees.c) target_include_directories(makefixed PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) - add_executable(maketrees tools/maketrees.c trees.c) + add_executable(maketrees tools/maketrees.c trees.c zutil.c) target_include_directories(maketrees PUBLIC ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}) add_executable(makecrct tools/makecrct.c)