smtk_add_plugin(
  smtkAEVASessionPlugin
  REGISTRAR
    smtk::session::aeva::Registrar
  MANAGERS
    smtk::operation::Manager smtk::resource::Manager
  PARAVIEW_PLUGIN_ARGS
    VERSION 1.0
)
target_link_libraries(smtkAEVASessionPlugin
  LINK_PUBLIC
    smtkAEVASession
)
