mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Simplify winrt build target.
PiperOrigin-RevId: 672754586
This commit is contained in:
committed by
Copybara-Service
parent
c358dedd91
commit
30c8e0e722
@@ -15,7 +15,8 @@ licenses(["notice"])
|
||||
|
||||
cc_library(
|
||||
name = "types",
|
||||
copts = ["-Wno-non-virtual-dtor"],
|
||||
hdrs = glob(["**/*.h"]),
|
||||
includes = ["."],
|
||||
linkopts = [
|
||||
"wininet.lib",
|
||||
"advapi32.lib",
|
||||
@@ -40,7 +41,6 @@ cc_library(
|
||||
"wlanapi.lib",
|
||||
"shlwapi.lib",
|
||||
],
|
||||
textual_hdrs = glob(["**/*.h"]),
|
||||
visibility = [
|
||||
"//fastpair:__subpackages__",
|
||||
"//internal:__subpackages__",
|
||||
|
||||
Reference in New Issue
Block a user