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:
Aleksi Sapon 2021-03-11 16:27:00 +00:00 committed by Commit Bot service account
parent b458fc8359
commit 9f6bc4e3a9
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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()