summaryrefslogtreecommitdiff
path: root/src/utils/flacdiff/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/flacdiff/CMakeLists.txt')
-rw-r--r--src/utils/flacdiff/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils/flacdiff/CMakeLists.txt b/src/utils/flacdiff/CMakeLists.txt
index d64383ff..7f1421ec 100644
--- a/src/utils/flacdiff/CMakeLists.txt
+++ b/src/utils/flacdiff/CMakeLists.txt
@@ -1,4 +1,2 @@
add_executable(flacdiff main.cpp)
-target_link_libraries(flacdiff
- FLACXX-static
- $<TARGET_NAME_IF_EXISTS:win_utf8_io>) \ No newline at end of file
+target_link_libraries(flacdiff FLAC++-static)