projects
/
platform
/
core
/
uifw
/
OpenUSD.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f941bce
)
Only build the libraries required for DALi
author
Adeel Kazmi
<adeel.kazmi@samsung.com>
Wed, 18 Sep 2024 15:54:27 +0000
(16:54 +0100)
committer
Adeel Kazmi
<adeel.kazmi@samsung.com>
Wed, 18 Sep 2024 15:54:27 +0000
(16:54 +0100)
Change-Id: If4b827b70173031a31f2502ed4f52e1387fc2252
pxr/usd/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/pxr/usd/CMakeLists.txt
b/pxr/usd/CMakeLists.txt
index 11452dde438cd182c0d67353ad26aa3fea60b31c..837cb0c809803ccef0466dd2906a6dc74081aa88 100644
(file)
--- a/
pxr/usd/CMakeLists.txt
+++ b/
pxr/usd/CMakeLists.txt
@@
-7,19
+7,19
@@
set(DIRS
pcp
usd
usdGeom
- usdVol
- usdMedia
+
#
usdVol
+
#
usdMedia
usdShade
- usdLux
- usdProc
- usdRender
- usdHydra
- usdRi
+
#
usdLux
+
#
usdProc
+
#
usdRender
+
#
usdHydra
+
#
usdRi
usdSkel
- usdUI
- usdUtils
- usdPhysics
- plugin
+
#
usdUI
+
#
usdUtils
+
#
usdPhysics
+
#
plugin
)
foreach(d ${DIRS})