Skip to content

Commit

Permalink
Link zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
bradc6 committed Apr 12, 2020
1 parent be31e31 commit afd09b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GLideNHQ/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(MINGW OR BCMHOST OR APPLE OR USE_SYSTEM_LIBS)
FIND_PACKAGE( ZLIB REQUIRED )
FIND_PACKAGE( PNG REQUIRED )
list(APPEND GLideNHQ_Public_Link_Libraries ${PNG_LIBRARIES} ${ZLIB_LIBRARIES} dl)
list(APPEND GLideNHQ_Public_Include_Directories ${PNG_INCLUDE_DIRS})
list(APPEND GLideNHQ_Public_Include_Directories ${PNG_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS})
endif()

if(ANDROID)
Expand Down

0 comments on commit afd09b7

Please sign in to comment.