11 lines
195 B
Makefile
11 lines
195 B
Makefile
# This is a Makefile fragment, see ../Makefile
|
|
|
|
SRC_DIRS += $(PVDATA_SRC)/json
|
|
|
|
INC += pv/json.h
|
|
|
|
LIBSRCS += parsehelper.cpp
|
|
LIBSRCS += parseany.cpp
|
|
LIBSRCS += parseinto.cpp
|
|
LIBSRCS += print.cpp
|