summaryrefslogtreecommitdiff
path: root/src/plugin_common/CMakeLists.txt
blob: e5e6d84917e92414d5fa099c786939977f59090b (plain)
1
2
3
4
5
6
7
8
cmake_minimum_required(VERSION 3.12)

add_library(plugin_common STATIC
    charset.c
    dither.c
    replaygain.c
    tags.c)
target_link_libraries(plugin_common PUBLIC $<TARGET_NAME_IF_EXISTS:Iconv::Iconv>)