xref: /aosp_15_r20/external/flac/examples/c/decode/file/CMakeLists.txt (revision 600f14f40d737144c998e2ec7a483122d3776fbc)
1add_executable(decode_file main.c)
2target_link_libraries(decode_file FLAC)
3