summaryrefslogtreecommitdiff
path: root/src/share/grabbag/CMakeLists.txt
blob: 6d405d05056ca30a3398a388ffc55344b698403c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_library(grabbag STATIC
    alloc.c
    cuesheet.c
    file.c
    picture.c
    replaygain.c
    seektable.c
    snprintf.c)
target_link_libraries(grabbag
    FLAC-static
    replaygain_analysis
    $<TARGET_NAME_IF_EXISTS:win_utf8_io>)