Files
pvData/testApp/property/Makefile
Marty Kraimer ca195b44cf more debuging
2012-05-15 11:58:24 -04:00

14 lines
246 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
PROD_HOST += testProperty
testProperty_SRCS += testProperty.cpp
testProperty_LIBS += pvData Com
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE