git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unreviewed build fix on the EFL port with latest EFL libraries since r166149
[WebKit-https.git]
/
Tools
/
ImageDiff
/
PlatformEfl.cmake
1
set(IMAGE_DIFF_SOURCES
2
${IMAGE_DIFF_DIR}/efl/ImageDiff.cpp
3
)
4
5
list(APPEND IMAGE_DIFF_INCLUDE_DIRECTORIES
6
${ECORE_EVAS_INCLUDE_DIRS}
7
${ECORE_IMF_INCLUDE_DIRS}
8
${ECORE_INCLUDE_DIRS}
9
${EINA_INCLUDE_DIRS}
10
${EO_INCLUDE_DIRS}
11
${EVAS_INCLUDE_DIRS}
12
)
13
14
list(APPEND IMAGE_DIFF_LIBRARIES
15
${ECORE_EVAS_LIBRARIES}
16
${ECORE_LIBRARIES}
17
${EINA_LIBRARIES}
18
${EO_LIBRARIES}
19
${EVAS_LIBRARIES}
20
)