projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4055d0
)
Fix build issues for windows platform
70/281070/7
author
Xianbing Teng
<xb.teng@samsung.com>
Fri, 9 Sep 2022 02:28:10 +0000
(10:28 +0800)
committer
Xianbing Teng
<xb.teng@samsung.com>
Mon, 30 Jan 2023 12:58:07 +0000
(20:58 +0800)
Change-Id: Ie79a18c8e3703b7b8006cf59ab608ccaae513e41
build/tizen/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/build/tizen/CMakeLists.txt
b/build/tizen/CMakeLists.txt
index
434e27d
..
e16aaf3
100644
(file)
--- 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()