We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990fcd4 commit 33d575cCopy full SHA for 33d575c
.clang-format-ignore
@@ -1,2 +1,3 @@
1
+# Note: This file only work with clang-format v18 and after
2
# Skip clang-format of LookdevXUsd for now
3
./lib/lookdevXUsd/*
CMakeLists.txt
@@ -232,6 +232,9 @@ if(BUILD_MAYAUSD_LIBRARY)
232
endif()
233
234
235
+if (NOT BUILD_ADSK_PLUGIN)
236
+ set(BUILD_LOOKDEVXUSD_LIBRARY OFF)
237
+endif()
238
# Need LookdevXUfe/MayaUsdAPI when building LookdevXUsd.
239
if(BUILD_LOOKDEVXUSD_LIBRARY)
240
if(NOT BUILD_MAYAUSDAPI_LIBRARY)
lib/lookdevXUsd/.clang-format
@@ -0,0 +1,3 @@
+# Skip clang-format of LookdevXUsd for now
+DisableFormat: true
+SortIncludes: false
0 commit comments