Files
mpp/utils/CMakeLists.txt
Yandong Lin eaf1e8f76b [mpi_dec_test]: Organize the common func of each dec test
1. Set these func into mpi_dec_utils
2. Note: num of threads: -n -> -s

Signed-off-by: Yandong Lin <yandong.lin@rock-chips.com>
Change-Id: If733fb0fdd7110313d2e140d3c50aad37260b6d2
2020-12-31 10:59:43 +08:00

15 lines
376 B
CMake

# vim: syntax=cmake
# ----------------------------------------------------------------------------
# add libvpu implement
# ----------------------------------------------------------------------------
add_library(utils STATIC
mpi_enc_utils.c
mpi_dec_utils.c
utils.c
iniparser.c
dictionary.c
camera_source.c
)
target_link_libraries(utils mpp_base)