Commit 1bad558b02ae7b70a6dce1c3c9d78a15270626d0
Committed by
Víctor Cebollada
1 parent
6265729e
Fixes for the CMake build on MS-Windows.
Change-Id: I4001c2b9a8b3a70e609a12e75dab8d6230334d36 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Showing
1 changed file
with
4 additions
and
0 deletions
build/tizen/CMakeLists.txt
| ... | ... | @@ -200,6 +200,8 @@ IF( WIN32 ) # WIN32 includes x64 as well according to the cmake doc. |
| 200 | 200 | FIND_PACKAGE( unofficial-angle REQUIRED ) |
| 201 | 201 | FIND_PACKAGE( unofficial-cairo REQUIRED ) |
| 202 | 202 | |
| 203 | + FIND_PACKAGE( WebP REQUIRED ) | |
| 204 | + | |
| 203 | 205 | FIND_PACKAGE( dali-windows-dependencies REQUIRED ) |
| 204 | 206 | FIND_PACKAGE( dali2-core REQUIRED ) |
| 205 | 207 | FIND_PACKAGE( dali2-adaptor REQUIRED ) |
| ... | ... | @@ -238,6 +240,8 @@ IF( WIN32 ) # WIN32 includes x64 as well according to the cmake doc. |
| 238 | 240 | unofficial::angle::libEGL |
| 239 | 241 | unofficial::angle::libGLESv2 |
| 240 | 242 | unofficial::cairo::cairo |
| 243 | + WebP::webp | |
| 244 | + WebP::webpdemux | |
| 241 | 245 | dali-windows-dependencies::dali-windows-dependencies |
| 242 | 246 | dali2-core::dali2-core |
| 243 | 247 | dali2-adaptor::dali2-adaptor | ... | ... |