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