mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-10 11:30:04 +08:00
[mpp]: move header files into header directory
It could make the build rules more clearly. Also it could prevent the whole directory is added into the search path of the include directory. Change-Id: I1734bcb198c909c73e5d529d0bd6658d7148a685 Signed-off-by: Randy Li <randy.li@rock-chips.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include(codecs.cmake)
|
||||
# ----------------------------------------------------------------------------
|
||||
# add include directory
|
||||
# ----------------------------------------------------------------------------
|
||||
include_directories(.)
|
||||
include_directories(inc)
|
||||
include_directories(common)
|
||||
include_directories(base/inc)
|
||||
include_directories(codec/inc)
|
||||
|
Reference in New Issue
Block a user