Files
pvData/testApp/capi/Makefile
2012-07-19 14:22:37 +01:00

10 lines
147 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
LIBRARY_HOST += testc
testc_SRCS += testc.cpp
testc_LIBS += pvData Com
include $(TOP)/configure/RULES