1set(ADEBAYER_SRC 2 rk_aiq_algo_adebayer_itf.cpp 3 rk_aiq_uapi_adebayer_int.cpp 4 ) 5if (RKAIQ_HAVE_DEBAYER_V1) 6 list(APPEND ADEBAYER_SRC rk_aiq_adebayer_algo_v1.cpp) 7endif() 8 9if (RKAIQ_HAVE_DEBAYER_V2 OR RKAIQ_HAVE_DEBAYER_V2_LITE) 10 list(APPEND ADEBAYER_SRC rk_aiq_adebayer_algo_v2.cpp) 11endif() 12 13dec_algo(adebayer rk_aiq_algo_adebayer_itf.cpp ${ADEBAYER_SRC}) 14