diff options
Diffstat (limited to 'Tools/ImageDiff/PlatformGTK.cmake')
-rw-r--r-- | Tools/ImageDiff/PlatformGTK.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Tools/ImageDiff/PlatformGTK.cmake b/Tools/ImageDiff/PlatformGTK.cmake new file mode 100644 index 000000000..8b37ca08b --- /dev/null +++ b/Tools/ImageDiff/PlatformGTK.cmake @@ -0,0 +1,11 @@ +set(IMAGE_DIFF_SOURCES + ${IMAGE_DIFF_DIR}/gtk/ImageDiff.cpp +) + +list(APPEND IMAGE_DIFF_SYSTEM_INCLUDE_DIRECTORIES + ${GTK_INCLUDE_DIRS} +) + +list(APPEND IMAGE_DIFF_LIBRARIES + ${GTK_LIBRARIES} +) |