aboutsummaryrefslogtreecommitdiff
path: root/examples/svcdec/svcdec.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'examples/svcdec/svcdec.cmake')
-rw-r--r--examples/svcdec/svcdec.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/svcdec/svcdec.cmake b/examples/svcdec/svcdec.cmake
new file mode 100644
index 0000000..d84f507
--- /dev/null
+++ b/examples/svcdec/svcdec.cmake
@@ -0,0 +1,4 @@
+list(APPEND SVC_DEC_APP_SRCS "${AVC_ROOT}/examples/svcdec/main.c")
+
+libavc_add_executable(svcdec libsvcdec SOURCES ${SVC_DEC_APP_SRCS})
+target_compile_definitions(svcdec PRIVATE PROFILE_ENABLE MD5_DISABLE)