mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-01 03:03:40 +00:00
Fix zimtool compilation.
This commit is contained in:
parent
d917204da0
commit
ea2a77d41c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user