diff options
Diffstat (limited to 'examples/c/decode/file/CMakeLists.txt')
-rw-r--r-- | examples/c/decode/file/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/c/decode/file/CMakeLists.txt b/examples/c/decode/file/CMakeLists.txt new file mode 100644 index 0000000..53a2991 --- /dev/null +++ b/examples/c/decode/file/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(decode_file main.c) +target_link_libraries(decode_file FLAC) |