Commit 7611b347 authored by Davis King's avatar Davis King

Set png include paths for test.

parent 0cf422d4
......@@ -4,6 +4,7 @@ project(test_if_libpng_is_broken)
find_package(PNG)
include_directories(${PNG_INCLUDE_DIR})
add_executable(libpng_test libpng_test.cpp)
target_link_libraries(libpng_test ${PNG_LIBRARIES})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment