Header files included wrongly using <...> are now included using the internal path names as the new unittest framework allows us to do so. Reviewers: phosek, abrachet Differential Revision: https://reviews.llvm.org/D72743
6 lines
55 B
CMake
6 lines
55 B
CMake
add_llvm_library(
|
|
LibcUnitTest
|
|
Test.cpp
|
|
Test.h
|
|
)
|