summaryrefslogtreecommitdiffstats
path: root/libc/src/string/CMakeLists.txt
blob: b53da21182500ce8cd39068df8af9c9bed24af5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
add_entrypoint_object(
  strcat
  SRCS
    strcat.cpp
  HDRS
    strcat.h
  DEPENDS
    strcpy
    string_h
)

add_entrypoint_object(
  strcpy
  SRCS
    strcpy.cpp
  HDRS
    strcpy.h
  DEPENDS
    string_h
)
OpenPOWER on IntegriCloud