diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 2a825ab..60c2973 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -7,6 +7,7 @@ ADD_SUBDIRECTORY(ladspa_browser)
ADD_SUBDIRECTORY(ladspa_effect)
ADD_SUBDIRECTORY(lb302)
#ADD_SUBDIRECTORY(lb303)
+ADD_SUBDIRECTORY(example_instrument)
ADD_SUBDIRECTORY(lv2_browser)
ADD_SUBDIRECTORY(midi_import)
ADD_SUBDIRECTORY(organic)
diff --git a/plugins/example_instrument/CMakeLists.txt b/plugins/example_instrument/CMakeLists.txt
new file mode 100644
index 0000000..dd5a77c
--- /dev/null
+++ b/plugins/example_instrument/CMakeLists.txt
@@ -0,0 +1,6 @@
+INCLUDE(BuildPlugin)
+