summaryrefslogtreecommitdiff
path: root/src/tabbar/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar/CMakeLists.txt')
-rw-r--r--src/tabbar/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tabbar/CMakeLists.txt b/src/tabbar/CMakeLists.txt
new file mode 100644
index 00000000..9333ef0a
--- /dev/null
+++ b/src/tabbar/CMakeLists.txt
@@ -0,0 +1,2 @@
+add_library(tabbar STATIC tabbar.cpp tabbar.h)
+target_link_libraries(tabbar PUBLIC Qt6::Widgets) \ No newline at end of file