FLAC now depends on win_utf8_io

Accidently found this missing dependency
This commit is contained in:
Vitaliy Kirsanov
2019-04-14 11:17:08 +03:00
committed by Erik de Castro Lopo
parent 8610c3acfb
commit 2359563a46
9 changed files with 22 additions and 26 deletions

View File

@@ -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)