You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
412 B

set(AMERGE_SRC
rk_aiq_algo_amerge_itf.cpp
rk_aiq_uapi_amerge_int.cpp
)
if (RKAIQ_HAVE_MERGE_V10)
list(APPEND AMERGE_SRC rk_aiq_amerge_algo_v10.cpp)
endif()
if (RKAIQ_HAVE_MERGE_V11)
list(APPEND AMERGE_SRC rk_aiq_amerge_algo_v11.cpp)
endif()
if (RKAIQ_HAVE_MERGE_V12)
list(APPEND AMERGE_SRC rk_aiq_amerge_algo_v12.cpp)
endif()
dec_algo(amerge rk_aiq_algo_amerge_itf.cpp ${AMERGE_SRC})