all repos — mgba @ 38762449ad0d38989f674ca3b7076e5c67080088

mGBA Game Boy Advance Emulator

Include PNG include path
Jeffrey Pfau jeffrey@endrift.com
Tue, 30 Sep 2014 22:04:04 -0700
commit

38762449ad0d38989f674ca3b7076e5c67080088

parent

b6b10606763faceb96587161126f92f91e801c31

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -112,6 +112,7 @@ if(USE_PNG)

find_package(PNG REQUIRED) find_package(ZLIB REQUIRED) add_definitions(-DUSE_PNG) + include_directories(${PNG_PNG_INCLUDE_DIR}) list(APPEND DEPENDENCY_LIB ${PNG_LIBRARIES} ${ZLIB_LIBRARIES}) endif()