xref: /rockchip-linux_mpp/mpp/hal/rkenc/common/CMakeLists.txt (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1# vim: syntax=cmake
2include_directories(.)
3
4# hal vepu541 common module
5add_library(hal_vepu541_common STATIC
6            vepu541_common.c
7            vepu5xx_common.c
8            vepu540c_common.c
9            vepu580_tune.c
10            vepu580_common.c
11            vepu510_common.c
12            vepu511_common.c
13            )
14
15target_link_libraries(hal_vepu541_common mpp_base)
16set_target_properties(hal_vepu541_common PROPERTIES FOLDER "mpp/hal/vepu541")
17