Files
flac/examples/c/encode/file/CMakeLists.txt

3 lines
75 B
CMake
Raw Permalink Normal View History

2019-03-31 23:04:45 +03:00
add_executable(encode_file main.c)
2019-04-29 12:48:24 +03:00
target_link_libraries(encode_file FLAC)