llvm-project/libc/utils/IntegrationTest/CMakeLists.txt

10 lines
114 B
CMake

add_object_library(
test
SRCS
test.cpp
HDRS
test.h
DEPENDS
libc.src.__support.OSUtil.osutil
)