Add the specific directory that contains user_hid.h.

Apparently xwaf doesn't recursively descend directory trees the way xmake does.
This commit is contained in:
Michael Banther
2019-09-23 15:36:35 +01:00
parent 3987224d50
commit 8ff44c553c

View File

@@ -17,7 +17,7 @@ VERSION = 0.2.0
DEPENDENT_MODULES = lib_logging(>=2.1.0) lib_xassert(>=2.0.0) lib_xud(>=0.1.0) lib_spdif(>=3.0.0)
INCLUDE_DIRS = api src/*
INCLUDE_DIRS = api src/* src/core/user
#ignore host dir
SOURCE_DIRS = src/*