xref
: /
aosp_15_r20
/
external
/
flac
/
examples
/
c
/
decode
/
file
/
CMakeLists.txt
(revision 600f14f40d737144c998e2ec7a483122d3776fbc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
add_executable(decode_file
main.c
)
2
target_link_libraries(decode_file FLAC)
3