1add_executable(encode_file main.c)
2target_link_libraries(encode_file FLAC)
3