diff options
Diffstat (limited to '3rdparty/flac/examples/c/encode/file/CMakeLists.txt')
-rw-r--r-- | 3rdparty/flac/examples/c/encode/file/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/flac/examples/c/encode/file/CMakeLists.txt b/3rdparty/flac/examples/c/encode/file/CMakeLists.txt new file mode 100644 index 00000000000..4b7d4c2cad7 --- /dev/null +++ b/3rdparty/flac/examples/c/encode/file/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(encode_file main.c) +target_link_libraries(encode_file FLAC) |