Skip to content

Commit eb15542

Browse files
committed
add cmake entry point
1 parent e6c784b commit eb15542

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

libc/src/dlfcn/CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,14 @@ add_entrypoint_object(
3838
libc.include.dlfcn
3939
libc.src.errno.errno
4040
)
41+
42+
add_entrypoint_object(
43+
dladdr
44+
SRCS
45+
dladdr.cpp
46+
HDRS
47+
dladdr.h
48+
DEPENDS
49+
libc.include.dlfcn
50+
libc.src.errno.errno
51+
)

0 commit comments

Comments
 (0)