summaryrefslogtreecommitdiff
path: root/examples/cpp/encode/file/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/encode/file/CMakeLists.txt')
-rw-r--r--examples/cpp/encode/file/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cpp/encode/file/CMakeLists.txt b/examples/cpp/encode/file/CMakeLists.txt
new file mode 100644
index 00000000..b4526d71
--- /dev/null
+++ b/examples/cpp/encode/file/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_executable(encode_file_cxx main.cpp)
+target_link_libraries(encode_file_cxx FLACXX-static)