ref: c43a290f8011be2527f0172ef6d6d87f515bcdfd
dir: /codec/console/enc/meson.build/
cpp_sources = [ 'src/welsenc.cpp', ] encexe = executable('h264enc', cpp_sources, include_directories: [inc, console_common_inc, processing_inc, encoder_inc], link_with: [libencoder, libcommon, libprocessing, libconsole_common], dependencies: [deps])