[NFC][Py Reformat] Added more commits to .git-blame-ignore-revs
[llvm-project.git] / libc / src / fcntl / CMakeLists.txt
blob0b9ee47c4f7c1332effb1f5e72711a5fb7308634
1 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2   add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3 endif()
5 add_entrypoint_object(
6   creat
7   ALIAS
8   DEPENDS
9     .${LIBC_TARGET_OS}.creat
12 add_entrypoint_object(
13   open
14   ALIAS
15   DEPENDS
16     .${LIBC_TARGET_OS}.open
19 add_entrypoint_object(
20   openat
21   ALIAS
22   DEPENDS
23     .${LIBC_TARGET_OS}.openat