summaryrefslogtreecommitdiffstats
path: root/plugins/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common/CMakeLists.txt')
-rw-r--r--plugins/common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/common/CMakeLists.txt b/plugins/common/CMakeLists.txt
new file mode 100644
index 0000000..96b4a77
--- /dev/null
+++ b/plugins/common/CMakeLists.txt
@@ -0,0 +1,3 @@
+FILE(GLOB HEADERS *.h)
+
+INSTALL(FILES ${HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/kbfx/plugins)