aboutsummaryrefslogtreecommitdiff
path: root/examples/avcenc/avcenc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'examples/avcenc/avcenc.cmake')
-rw-r--r--examples/avcenc/avcenc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/avcenc/avcenc.cmake b/examples/avcenc/avcenc.cmake
new file mode 100644
index 0000000..d2089ed
--- /dev/null
+++ b/examples/avcenc/avcenc.cmake
@@ -0,0 +1,11 @@
+list(
+ APPEND
+ AVCENC_SRCS
+ "${AVC_ROOT}/examples/avcenc/input.c"
+ "${AVC_ROOT}/examples/avcenc/main.c"
+ "${AVC_ROOT}/examples/avcenc/output.c"
+ "${AVC_ROOT}/examples/avcenc/psnr.c"
+ "${AVC_ROOT}/examples/avcenc/recon.c")
+
+libavc_add_executable(avcenc libavcenc SOURCES ${AVCENC_SRCS})
+target_compile_definitions(avcenc PRIVATE PROFILE_ENABLE MD5_DISABLE)