summaryrefslogtreecommitdiff
path: root/libc/src/stdio/printf_core/generic/CMakeLists.txt
blob: 2f0143d992e31ed2735a4d3ca62886ce2760cc82 (plain)
1
2
3
4
5
6
7
8
add_header_library(
  error_mapper
  HDRS
    error_mapper.h
  DEPENDS
    libc.src.stdio.printf_core.core_structs
    libc.hdr.errno_macros
)