unplugged-system/external/flac/examples/c/encode/file/CMakeLists.txt

3 lines
75 B
CMake
Raw Permalink Normal View History

add_executable(encode_file main.c)
target_link_libraries(encode_file FLAC)