android13/external/flac/examples/c/decode/file/CMakeLists.txt

3 lines
75 B
CMake
Raw Normal View History

2024-06-22 08:45:49 -04:00
add_executable(decode_file main.c)
target_link_libraries(decode_file FLAC)