mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-23 22:48:20 +00:00
example/microwindows: exports microwindows/src/include
registers microwindows/src/include through the EXPORTED_INCLUDES mechanism in its Make.defs Signed-off-by: Acfboy <AcfboyU@outlook.com>
This commit is contained in:
parent
564cabe9b1
commit
d7f64eca5b
1 changed files with 1 additions and 2 deletions
|
|
@ -25,8 +25,7 @@ CONFIGURED_APPS += $(APPDIR)/graphics/microwindows
|
|||
|
||||
# It allows `microwindows/src/include` import.
|
||||
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/graphics/microwindows/microwindows/src/include
|
||||
CXXFLAGS += ${INCDIR_PREFIX}$(APPDIR)/graphics/microwindows/microwindows/src/include
|
||||
EXPORTED_INCLUDES += ${INCDIR_PREFIX}$(APPDIR)/graphics/microwindows/microwindows/src/include
|
||||
|
||||
CFLAGS += -DMWCONFIG_FILE='"mwconfig.nuttx"'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue