12 lines
274 B
Makefile
12 lines
274 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVACCESS_SRC)/testing
|
|
|
|
INC += pv/pvaTestClient.h
|
|
|
|
LIBSRCS += pvaTestClient.cpp
|
|
LIBSRCS += pvaTestClientSync.cpp
|
|
LIBSRCS += pvaTestClientGet.cpp
|
|
LIBSRCS += pvaTestClientRPC.cpp
|
|
LIBSRCS += pvaTestClientMonitor.cpp
|