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

3 lines
75 B
CMake
Raw Normal View History

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