1*600f14f4SXin Liadd_executable(metaflac 2*600f14f4SXin Li main.c 3*600f14f4SXin Li operations.c 4*600f14f4SXin Li operations_shorthand_cuesheet.c 5*600f14f4SXin Li operations_shorthand_picture.c 6*600f14f4SXin Li operations_shorthand_seektable.c 7*600f14f4SXin Li operations_shorthand_streaminfo.c 8*600f14f4SXin Li operations_shorthand_vorbiscomment.c 9*600f14f4SXin Li options.c 10*600f14f4SXin Li usage.c 11*600f14f4SXin Li utils.c 12*600f14f4SXin Li version.rc 13*600f14f4SXin Li $<$<BOOL:${WIN32}>:../../include/share/win_utf8_io.h> 14*600f14f4SXin Li $<$<BOOL:${WIN32}>:../share/win_utf8_io/win_utf8_io.c>) 15*600f14f4SXin Litarget_link_libraries(metaflac FLAC getopt utf8) 16*600f14f4SXin Li 17*600f14f4SXin Liinstall(TARGETS metaflac EXPORT targets 18*600f14f4SXin Li RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}") 19