From c05c02df897b0c9bf3fa025e16aa660540b66411 Mon Sep 17 00:00:00 2001 From: Xianbing Teng Date: Fri, 9 Sep 2022 10:28:10 +0800 Subject: [PATCH] Fix build issues for windows platform Change-Id: Ie79a18c8e3703b7b8006cf59ab608ccaae513e41 --- build/tizen/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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() -- 2.7.4