Skip to content

Commit

Permalink
Merge pull request hrydgard#15093 from IncognitoMan/patch-1
Browse files Browse the repository at this point in the history
Fix zimtool compilation.
  • Loading branch information
hrydgard authored Nov 3, 2021
2 parents d917204 + ea2a77d commit 4c5e206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/native/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ add_subdirectory(../../libpng17 png17)
add_executable(build/atlastool atlastool.cpp ../../../Common/Data/Format/PNGLoad.cpp ../../../Common/Data/Encoding/Utf8.cpp ../../../Common/Data/Format/ZIMSave.cpp)
target_link_libraries(build/atlastool freetype util png17 z zstd)

#add_executable(zimtool zimtool.cpp)
#target_link_libraries(zimtool freetype image png17 z file base)
add_executable(build/zimtool zimtool.cpp ../../../Common/Data/Format/PNGLoad.cpp ../../../Common/Data/Format/ZIMSave.cpp)
target_link_libraries(build/zimtool freetype util png17 z zstd)

0 comments on commit 4c5e206

Please sign in to comment.