cmake_minimum_required(VERSION 3.5)
project(jwp-mosquitto-plugin)
add_library(jwp-plugin SHARED src/jwp-plugin.cpp)