summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TopToolBar')
-rw-r--r--plugins/TopToolBar/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/TopToolBar/CMakeLists.txt b/plugins/TopToolBar/CMakeLists.txt
new file mode 100644
index 0000000000..d9fe0fba80
--- /dev/null
+++ b/plugins/TopToolBar/CMakeLists.txt
@@ -0,0 +1,3 @@
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+set(TARGET TopToolBar)
+include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) \ No newline at end of file