add_library(kdev_filters MODULE kdevfilters.cpp)
grantlee_adjust_plugin_name(kdev_filters)
target_link_libraries(kdev_filters
    KDev::Language
    KDev::Serialization
    Grantlee5::Templates
)

install(TARGETS kdev_filters DESTINATION ${KDE_INSTALL_PLUGINDIR}/grantlee/${Grantlee5_VERSION_MAJOR}.${Grantlee5_VERSION_MINOR})
