summaryrefslogtreecommitdiff
path: root/src/metaflac/CMakeLists.txt
blob: 8f99d646e421f576d9e8f7b410c52de205952ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_executable(metaflac
    main.c
    operations.c
    operations_shorthand_cuesheet.c
    operations_shorthand_picture.c
    operations_shorthand_seektable.c
    operations_shorthand_streaminfo.c
    operations_shorthand_vorbiscomment.c
    options.c
    usage.c
    utils.c)
target_link_libraries(metaflac FLAC-static grabbag getopt utf8)

install(TARGETS metaflac EXPORT targets
    RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")