mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
yaml: remove yaml-cpp dependency
`pinproctest` now takes machineType as it's command-line parameter.
This commit is contained in:
committed by
Gerry Stellenberg
parent
65044e31ed
commit
40b0d86be2
@@ -11,7 +11,7 @@ SRCS = pinproctest.cpp drivers.cpp dmd.cpp switches.cpp
|
||||
OBJS := $(SRCS:.cpp=.o)
|
||||
INCLUDES = ../../include/pinproc.h
|
||||
|
||||
LIBS = usb pinproc yaml-cpp
|
||||
LIBS = usb pinproc
|
||||
ifneq ($(uname_s),Windows) # not Windows
|
||||
LIBS += ftdi
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user