Files
pvData/testApp/property/Makefile
2014-02-06 11:58:14 +01:00

17 lines
308 B
Makefile

TOP=../..
include $(TOP)/configure/CONFIG
TESTPROD_HOST += testProperty
testProperty_SRCS += testProperty.cpp
TESTS += testProperty
testProperty_LIBS += pvData Com
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE