summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorVitaliy Kirsanov <krokoziabla@yandex-team.ru>2019-04-14 11:17:08 +0300
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-05-04 11:41:48 +1000
commit2359563a464594f41436425dd4df43ba1f61f046 (patch)
treec2253072de6f27133dcba28851188ff87d1ade2d /examples
parent8610c3acfb8628e4d1658df21ef68cbc96ca1045 (diff)
downloadflac-2359563a464594f41436425dd4df43ba1f61f046.tar.gz
FLAC now depends on win_utf8_io
Accidently found this missing dependency
Diffstat (limited to 'examples')
-rw-r--r--examples/cpp/decode/file/CMakeLists.txt2
-rw-r--r--examples/cpp/encode/file/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/cpp/decode/file/CMakeLists.txt b/examples/cpp/decode/file/CMakeLists.txt
index 0cea828a..46ab401e 100644
--- a/examples/cpp/decode/file/CMakeLists.txt
+++ b/examples/cpp/decode/file/CMakeLists.txt
@@ -1,2 +1,2 @@
add_executable(decode_file_cxx main.cpp)
-target_link_libraries(decode_file_cxx FLACXX-static)
+target_link_libraries(decode_file_cxx FLAC++-static)
diff --git a/examples/cpp/encode/file/CMakeLists.txt b/examples/cpp/encode/file/CMakeLists.txt
index b4526d71..cc117215 100644
--- a/examples/cpp/encode/file/CMakeLists.txt
+++ b/examples/cpp/encode/file/CMakeLists.txt
@@ -1,2 +1,2 @@
add_executable(encode_file_cxx main.cpp)
-target_link_libraries(encode_file_cxx FLACXX-static)
+target_link_libraries(encode_file_cxx FLAC++-static)