mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
CMake fix
Add missing source files to CMakeLists.txt (introduced in e3f10e3d8ef431981cdeee8a47791bcf4f347bb0). 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"
|
||||
|
1
third_party/CMakeLists.txt
vendored
1
third_party/CMakeLists.txt
vendored
@ -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…
x
Reference in New Issue
Block a user