Files
mpp/kmpp/base/CMakeLists.txt
Herman Chen b01bd3346a fix[cmake]: Fix double object include issue
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: I6cf264917d6091154408dfc327c45d4f66ed8c18
2025-04-04 03:54:28 +00:00

16 lines
394 B
CMake

# vim: syntax=cmake
# ----------------------------------------------------------------------------
# add kmpp basic components
# ----------------------------------------------------------------------------
add_library(kmpp_base OBJECT
kmpp_obj.c
kmpp_frame.c
kmpp_venc_cfg.c
)
set_target_properties(kmpp_base PROPERTIES FOLDER "kmpp/base")
# unit test
add_subdirectory(test)