Fix build issues for windows platform 70/281070/7
authorXianbing Teng <xb.teng@samsung.com>
Fri, 9 Sep 2022 02:28:10 +0000 (10:28 +0800)
committerXianbing Teng <xb.teng@samsung.com>
Mon, 30 Jan 2023 12:58:07 +0000 (20:58 +0800)
Change-Id: Ie79a18c8e3703b7b8006cf59ab608ccaae513e41

build/tizen/CMakeLists.txt

index 434e27d..e16aaf3 100644 (file)
@@ -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()