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

3 lines
82 B
CMake
Raw Normal View History

2019-03-31 23:04:45 +03:00
add_executable(encode_file main.c)
target_link_libraries(encode_file FLAC-static)