Skip to content

Commit

Permalink
Fixed unresolved external symbols when building maketrees.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz authored and Dead2 committed Oct 25, 2019
1 parent 56ca06c commit 7607676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7607676

Please sign in to comment.