mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-30 21:53:15 +00:00
industry/scpi: fix compilation of SCPI library
Expose SCPI library API to application Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
35edbf02f5
commit
75b4720a6e
1 changed files with 5 additions and 0 deletions
|
|
@ -22,4 +22,9 @@ ifneq ($(CONFIG_SCPI_PARSER),)
|
|||
|
||||
CONFIGURED_APPS += $(APPDIR)/industry/scpi
|
||||
|
||||
# Allows `<scpi-parser/<>.h>` import.
|
||||
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/industry/scpi/scpi-parser/libscpi/inc
|
||||
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/industry/scpi/scpi-parser/libscpi/inc
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue