Skip to content

Commit 1d8cb3a

Browse files
git add cmake
1 parent a860748 commit 1d8cb3a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc/src/poll/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
2+
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3+
endif()
4+
5+
add_entrypoint_object(
6+
poll
7+
ALIAS
8+
DEPENDS
9+
.${LIBC_TARGET_OS}.poll
10+
)

0 commit comments

Comments
 (0)