Files
pvData/examples/Makefile
Michael Davidsaver 919bc0138a add pvUnitTest.h
2017-07-06 17:05:30 +02:00

15 lines
211 B
Makefile

# Makefile for the examples
# make sure they compile
TOP = ..
include $(TOP)/configure/CONFIG
PROD_LIBS += pvData Com
TESTPROD_HOST += unittest
unittest_SRCS += unittest.cpp
include $(TOP)/configure/RULES