CMakeLists.txt 273 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 if(CMAKE_HOST_UNIX) set(EFFile ExecuteFunctionUnix.cpp) set(FDReaderFile FDReaderUnix.cpp) endif() add_llvm_library( libc_test_utils StreamWrapper.cpp StreamWrapper.h ${EFFile} ExecuteFunction.h ${FDReaderFile} FDReader.h LINK_COMPONENTS Support )