# Plugin compilation
add_library(SamplePlugin SHARED
    SamplePlugin.cpp
)

target_link_libraries(SamplePlugin msgpackc)