mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-26 08:23:34 +00:00
Remove _exe suffix from sample program
BUG=tint:196 Change-Id: I4fb8fb8f00173743792914eff4427c5725bc9266 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/26122 Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
40f16dde22
commit
26479f19c7
6
BUILD.gn
6
BUILD.gn
@ -1174,14 +1174,14 @@ if (build_with_chromium) {
|
|||||||
# Samples - Executables exposing command line functionality
|
# Samples - Executables exposing command line functionality
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
config("tint_exe_config") {
|
config("tint_config") {
|
||||||
include_dirs = []
|
include_dirs = []
|
||||||
if (tint_build_spv_reader || tint_build_spv_writer) {
|
if (tint_build_spv_reader || tint_build_spv_writer) {
|
||||||
include_dirs += [ "${tint_spirv_tools_dir}/include/" ]
|
include_dirs += [ "${tint_spirv_tools_dir}/include/" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
executable("tint_exe") {
|
executable("tint") {
|
||||||
sources = [ "samples/main.cc" ]
|
sources = [ "samples/main.cc" ]
|
||||||
deps = [
|
deps = [
|
||||||
":libtint",
|
":libtint",
|
||||||
@ -1192,7 +1192,7 @@ executable("tint_exe") {
|
|||||||
|
|
||||||
configs += [
|
configs += [
|
||||||
":tint_common_config",
|
":tint_common_config",
|
||||||
":tint_exe_config",
|
":tint_config",
|
||||||
]
|
]
|
||||||
public_configs = [ ":tint_public_config" ]
|
public_configs = [ ":tint_public_config" ]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user