aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/baremetal/CMakeLists.txt
blob: 65089274050bddff0d75bff7e4ab6687d0c3a8e0 (plain)
1
2
3
4
5
6
7
8
9
add_entrypoint_object(
  remove
  SRCS
    remove.cpp
  HDRS
    ../remove.h
  DEPENDS
    libc.include.stdio
)