Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
libc
/
utils
/
UnitTest
/
CMakeLists.txt
blob: c6e5d9a11824a5c1d171beed4abbd5d46bb7d09b [
file
] [
log
] [
blame
]
add_llvm_library(
LibcUnitTest
Test.cpp
Test.h
LINK_COMPONENTS Support
)
target_include_directories(LibcUnitTest PUBLIC ${LIBC_SOURCE_DIR})
add_dependencies(LibcUnitTest standalone_cpp)