freebsd-src/lib/libclang_rt/xray-profiling/Makefile
2020-01-27 20:46:26 +00:00

12 lines
212 B
Makefile

# $FreeBSD$
.include <bsd.init.mk>
LIB= clang_rt.xray-profiling-${CRTARCH}
SRCS+= xray/xray_profile_collector.cpp
SRCS+= xray/xray_profiling.cpp
SRCS+= xray/xray_profiling_flags.cpp
.include <bsd.lib.mk>