grim/purple-spasm

First stab at emote support. It kind of works...
draft emotes
2020-06-18, Gary Kramlich
1eb66b376722
First stab at emote support. It kind of works...
SOURCES = [
'spasm-account.c',
'spasm-account.h',
'spasm-chat.c',
'spasm-chat.h',
'spasm-commands.c',
'spasm-commands.h',
'spasm-const.h',
'spasm-plugin.c',
'spasm-rest.c',
'spasm-rest.h',
'spasm-user.c',
'spasm-user.h',
'spasm.h',
]
shared_library(
meson.project_name(),
SOURCES,
name_prefix: '',
dependencies: [PURPLE, GLIB, JSON_GLIB, SOUP],
install: true,
install_dir: join_paths(get_option('libdir'), 'purple'),
)