summaryrefslogtreecommitdiffstats
path: root/libc/src/math/round/CMakeLists.txt
blob: e7ad9d2a73fec97f3b3d27a540436a9678033479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_entrypoint_object(
  round
  REDIRECTED
  SRCS
    round.cpp
  HDRS
    round.h
)

add_redirector_object(
  round_redirector
  SRC
    round_redirector.cpp
)
OpenPOWER on IntegriCloud