Include PNG include path
Jeffrey Pfau jeffrey@endrift.com
Tue, 30 Sep 2014 22:04:04 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
CMakeLists.txt
→
CMakeLists.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()