mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
Make Dawn "gn check" by default (except SPIRV-Tools)
This required adding some missing dependencies, splitting public headers of libdawn_[native|wire] so they aren't hidden in the libdawn_[native|wire]_sources targets, and making unittests depend on sources directly instead of static libraries (which is almost equivalent). As a byproduct, Empty.cpp is no longer needed and is removed.
This commit is contained in:
committed by
Corentin Wallez
parent
a5696c7aa5
commit
d2969a7d3d
1
third_party/BUILD.gn
vendored
1
third_party/BUILD.gn
vendored
@@ -283,7 +283,6 @@ static_library("glfw") {
|
||||
"${glfw_dir}/include/GLFW/glfw3.h",
|
||||
"${glfw_dir}/include/GLFW/glfw3native.h",
|
||||
"${glfw_dir}/src/context.c",
|
||||
"${glfw_dir}/src/glfw_config.h",
|
||||
"${glfw_dir}/src/init.c",
|
||||
"${glfw_dir}/src/input.c",
|
||||
"${glfw_dir}/src/internal.h",
|
||||
|
||||
Reference in New Issue
Block a user