diff options
Diffstat (limited to 'src/utils/flacdiff/CMakeLists.txt')
-rw-r--r-- | src/utils/flacdiff/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/flacdiff/CMakeLists.txt b/src/utils/flacdiff/CMakeLists.txt new file mode 100644 index 0000000..ec9f771 --- /dev/null +++ b/src/utils/flacdiff/CMakeLists.txt @@ -0,0 +1,5 @@ +add_executable(flacdiff + main.cpp + $<$<BOOL:${WIN32}>:../../../include/share/win_utf8_io.h> + $<$<BOOL:${WIN32}>:../../share/win_utf8_io/win_utf8_io.c>) +target_link_libraries(flacdiff FLAC++) |