| add_subdirectory(hsearch) |
| |
| add_entrypoint_object( |
| hcreate |
| SRCS |
| hcreate.cpp |
| HDRS |
| hcreate.h |
| DEPENDS |
| libc.src.search.hsearch.global |
| libc.src.__support.HashTable.table |
| libc.src.__support.HashTable.randomness |
| libc.src.errno.errno |
| libc.include.search |
| ) |
| |
| add_entrypoint_object( |
| hcreate_r |
| SRCS |
| hcreate_r.cpp |
| HDRS |
| hcreate_r.h |
| DEPENDS |
| libc.src.__support.HashTable.table |
| libc.src.__support.HashTable.randomness |
| libc.src.errno.errno |
| libc.include.search |
| ) |
| |
| add_entrypoint_object( |
| hsearch |
| SRCS |
| hsearch.cpp |
| HDRS |
| hsearch.h |
| DEPENDS |
| libc.src.search.hsearch.global |
| libc.src.__support.HashTable.table |
| libc.src.__support.HashTable.randomness |
| libc.src.errno.errno |
| libc.include.search |
| ) |
| |
| add_entrypoint_object( |
| hsearch_r |
| SRCS |
| hsearch_r.cpp |
| HDRS |
| hsearch_r.h |
| DEPENDS |
| libc.src.__support.HashTable.table |
| libc.src.errno.errno |
| libc.include.search |
| ) |
| |
| add_entrypoint_object( |
| hdestroy |
| SRCS |
| hdestroy.cpp |
| HDRS |
| hdestroy.h |
| DEPENDS |
| libc.src.search.hsearch.global |
| libc.src.__support.HashTable.table |
| libc.include.search |
| ) |
| |
| add_entrypoint_object( |
| hdestroy_r |
| SRCS |
| hdestroy_r.cpp |
| HDRS |
| hdestroy_r.h |
| DEPENDS |
| libc.src.errno.errno |
| libc.src.__support.HashTable.table |
| libc.include.search |
| ) |