Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
5ec87ed12117f82bf249ede098054899edba9c8c
/
.
/
examples
/
platform
/
ameba
/
pw_sys_io
/
CMakeLists.txt
blob: c0ff32a9f695cb9b615746e6f803e1abab790a58 [
file
] [
log
] [
blame
]
include($ENV{PW_ROOT}/pw_build/pigweed.cmake)
# This is compiled in gn build, just provide headers and let linker sort it out.
pw_add_module_library(pw_sys_io.ameba
SOURCES
PRIVATE_DEPS
pw_sys_io
HEADERS
public
)