mirror of
https://github.com/ittiam-systems/libhevc.git
synced 2026-08-14 06:42:34 +07:00
4 lines
205 B
CMake
4 lines
205 B
CMake
libhevc_add_executable(hevcdec libhevcdec SOURCES
|
|
${HEVC_ROOT}/examples/decoder/main.c)
|
|
target_compile_definitions(hevcdec
|
|
PRIVATE PROFILE_ENABLE MD5_DISABLE)
|