blob: 616a01f44de2a85b49fd6dcdf3e3cf938a406429 [file] [log] [blame]
if(CMAKE_HOST_UNIX)
set(EFFile ExecuteFunctionUnix.cpp)
set(FDReaderFile FDReaderUnix.cpp)
endif()
add_library(
libc_test_utils
RandUtils.cpp
RandUtils.h
StreamWrapper.cpp
StreamWrapper.h
${EFFile}
ExecuteFunction.h
${FDReaderFile}
FDReader.h
Timer.h
Timer.cpp
RoundingModeUtils.cpp
)