summaryrefslogtreecommitdiffstats
path: root/libc/src/__support/CMakeLists.txt
blob: 1db25102a96912f5a54605bda45bf9e594357911 (plain)
1
2
3
4
5
6
7
8
9
add_gen_header(
  support_common_h
  DEF_FILE common.h.def
  PARAMS
    platform_defs=../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
  GEN_HDR common.h
  DATA_FILES
    ../../config/${LIBC_TARGET_OS}/platfrom_defs.h.inc
)
OpenPOWER on IntegriCloud