Reviewers: gchatelet, sivachandra Reviewed By: gchatelet, sivachandra Subscribers: libc-commits, mgorny, MaskRay, tschuett Differential Revision: https://reviews.llvm.org/D75136
10 lines
253 B
CMake
10 lines
253 B
CMake
add_llvm_library(
|
|
LibcUnitTest
|
|
Test.cpp
|
|
Test.h
|
|
LINK_COMPONENTS Support
|
|
)
|
|
target_include_directories(LibcUnitTest PUBLIC ${LIBC_SOURCE_DIR})
|
|
add_dependencies(LibcUnitTest standalone_cpp)
|
|
target_link_libraries(LibcUnitTest PUBLIC libc_test_utils)
|