We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a860748 commit 1d8cb3aCopy full SHA for 1d8cb3a
libc/src/poll/CMakeLists.txt
@@ -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