summaryrefslogtreecommitdiff
path: root/examples/c/encode/file/CMakeLists.txt
blob: c9c8e80227cec0df219dc0d248020354a9a6ef8f (plain)
1
2
add_executable(encode_file main.c)
target_link_libraries(encode_file FLAC-static)