blob: 9b4c33e802825b71e0bea9148bc272bac4d11f00 [file] [log] [blame]
set(IMAGE_DIFF_DIR "${TOOLS_DIR}/ImageDiff")
set(IMAGE_DIFF_INCLUDE_DIRECTORIES
${CMAKE_BINARY_DIR}
${ECORE_IMF_INCLUDE_DIRS}
${WTF_DIR}
)
set(IMAGE_DIFF_LIBRARIES
WTF
)
WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
include_directories(${IMAGE_DIFF_INCLUDE_DIRECTORIES})
add_executable(ImageDiff ${IMAGE_DIFF_SOURCES})
target_link_libraries(ImageDiff ${IMAGE_DIFF_LIBRARIES})
set_target_properties(ImageDiff PROPERTIES FOLDER "Tools")