Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions libc/src/stdlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ add_entrypoint_object(
strfromd.cpp
HDRS
strfromd.h
DEPENDS
libc.src.stdio.printf_core.printf
)

add_entrypoint_object(
Expand All @@ -66,6 +68,8 @@ add_entrypoint_object(
strfromf.cpp
HDRS
strfromf.h
DEPENDS
libc.src.stdio.printf_core.printf
)

add_entrypoint_object(
Expand All @@ -74,6 +78,8 @@ add_entrypoint_object(
strfroml.cpp
HDRS
strfroml.h
DEPENDS
libc.src.stdio.printf_core.printf
)

add_entrypoint_object(
Expand Down