mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
8 lines
208 B
CMake
8 lines
208 B
CMake
|
|
include_directories(base/include)
|
||
|
|
|
||
|
|
add_subdirectory(base)
|
||
|
|
add_subdirectory(audio_decoder)
|
||
|
|
add_subdirectory(audio_decoder/demo)
|
||
|
|
add_subdirectory(openmax)
|
||
|
|
add_subdirectory(openmax/demo)
|
||
|
|
add_subdirectory(player)
|