CMake fix
Add missing source files to CMakeLists.txt (introduced in e3f10e3d8e
).
Change-Id: Iac013e6119e9401a2b94a43220ca8f11d86f82dd
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/43961
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
b458fc8359
commit
9f6bc4e3a9
|
@ -53,6 +53,8 @@ target_sources(dawn_common PRIVATE
|
|||
"TypeTraits.h"
|
||||
"TypedInteger.h"
|
||||
"UnderlyingType.h"
|
||||
"VertexFormatUtils.cpp"
|
||||
"VertexFormatUtils.h"
|
||||
"ityp_array.h"
|
||||
"ityp_bitset.h"
|
||||
"ityp_span.h"
|
||||
|
|
|
@ -80,7 +80,6 @@ endif()
|
|||
|
||||
if (DAWN_ENABLE_WGSL)
|
||||
if (NOT TARGET libtint)
|
||||
set(TINT_BUILD_TESTS OFF CACHE BOOL "" FORCE)
|
||||
message(STATUS "Dawn: using Tint at ${DAWN_TINT_DIR}")
|
||||
add_subdirectory(${DAWN_TINT_DIR})
|
||||
endif()
|
||||
|
|
Loading…
Reference in New Issue