aboutsummaryrefslogtreecommitdiff
path: root/test/svcdec/svcdec.cmake
blob: 53e14570e9ce13b6ccf4a852fb9345f2fb803732 (plain)
1
2
3
4
list(APPEND SVC_DEC_APP_SRCS "${AVC_ROOT}/test/svcdec/main.c")

libavc_add_executable(svcdec libsvcdec SOURCES ${SVC_DEC_APP_SRCS})
target_compile_definitions(svcdec PRIVATE PROFILE_ENABLE MD5_DISABLE)