Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 457 Bytes

Readme.md

File metadata and controls

executable file
·
18 lines (14 loc) · 457 Bytes

Plugin Template

This is a plugin template. It shows how to set up the basic structure of a plugin with initialization, event-handling and unit tests.

How to Build

  • Install Build Requirements
    • g++ or clang
    • cmake
    • vcpkg
  • Clone this repository
  • Inside the source directory, run:
[user@localhost source_dir]$ cmake --preset <gcc/clang>-debug
[user@localhost source_dir]$ cmake --build --preset <gcc/clang>-build-debug