From: Xianbing Teng Date: Fri, 9 Sep 2022 02:28:10 +0000 (+0800) Subject: Fix build issues for windows platform X-Git-Tag: dali_2.3.16~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c05c02df897b0c9bf3fa025e16aa660540b66411;p=platform%2Fcore%2Fuifw%2Fdali-core.git Fix build issues for windows platform Change-Id: Ie79a18c8e3703b7b8006cf59ab608ccaae513e41 --- diff --git a/build/tizen/CMakeLists.txt b/build/tizen/CMakeLists.txt index 434e27d..e16aaf3 100644 --- a/build/tizen/CMakeLists.txt +++ b/build/tizen/CMakeLists.txt @@ -35,6 +35,7 @@ OPTION(ENABLE_PKG_CONFIGURE "Use pkgconfig" ON) OPTION(ENABLE_LINK_TEST "Enable the link test" ON) IF( WIN32 ) # WIN32 includes x64 as well according to the cmake doc. + SET(dali-windows-dependencies_DIR "${CMAKE_INSTALL_PREFIX}/share/dali-windows-dependencies") FIND_PACKAGE( dali-windows-dependencies REQUIRED ) ENDIF()