[libc-commits] [PATCH] D154277: [libc] Set include directories for str_to_float tests
Petr Hosek via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jul 7 13:34:14 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG147c0640a3fa: [libc] Set include directories for the str_to_float test (authored by phosek).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154277/new/
https://reviews.llvm.org/D154277
Files:
libc/test/src/__support/CMakeLists.txt
Index: libc/test/src/__support/CMakeLists.txt
===================================================================
--- libc/test/src/__support/CMakeLists.txt
+++ libc/test/src/__support/CMakeLists.txt
@@ -105,6 +105,12 @@
str_to_float_comparison_test.cpp
)
+target_include_directories(
+ libc_str_to_float_comparison_test
+ PRIVATE
+ ${LIBC_INCLUDE_DIR}
+)
+
target_link_libraries(libc_str_to_float_comparison_test
PRIVATE
"${LIBC_TARGET}"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154277.538243.patch
Type: text/x-patch
Size: 459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230707/6e8bc6f8/attachment.bin>
More information about the libc-commits
mailing list