3 lines
75 B
CMake
Vendored
3 lines
75 B
CMake
Vendored
add_executable(decode_file main.c)
|
|
target_link_libraries(decode_file FLAC)
|