ref: 9752e21ab7499ca1311334a0e006751d2f75f1e0
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])