summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/CMakeLists.txt1
-rw-r--r--desktop-widgets/plugins/CMakeLists.txt1
-rw-r--r--desktop-widgets/plugins/facebook/CMakeLists.txt5
-rw-r--r--desktop-widgets/plugins/facebook/facebook_integration.cpp0
-rw-r--r--desktop-widgets/plugins/facebook/facebook_integration.h0
5 files changed, 7 insertions, 0 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt
index 07a8f3709..62be916cc 100644
--- a/desktop-widgets/CMakeLists.txt
+++ b/desktop-widgets/CMakeLists.txt
@@ -13,6 +13,7 @@ include_directories(.
)
add_subdirectory(preferences)
+add_subdirectory(plugins)
# the interface, in C++
set(SUBSURFACE_INTERFACE
diff --git a/desktop-widgets/plugins/CMakeLists.txt b/desktop-widgets/plugins/CMakeLists.txt
new file mode 100644
index 000000000..f424e172e
--- /dev/null
+++ b/desktop-widgets/plugins/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory(facebook) \ No newline at end of file
diff --git a/desktop-widgets/plugins/facebook/CMakeLists.txt b/desktop-widgets/plugins/facebook/CMakeLists.txt
new file mode 100644
index 000000000..cccfec1f5
--- /dev/null
+++ b/desktop-widgets/plugins/facebook/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(FACEBOOK_PLUGIN_SRCS facebook_integration.cpp)
+
+add_library(facebook_integration ${FACEBOOK_PLUGIN_SRCS})
+
+target_link_libraries(facebook_integration subsurface_core ${QT_LIBRARIES})
diff --git a/desktop-widgets/plugins/facebook/facebook_integration.cpp b/desktop-widgets/plugins/facebook/facebook_integration.cpp
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/desktop-widgets/plugins/facebook/facebook_integration.cpp
diff --git a/desktop-widgets/plugins/facebook/facebook_integration.h b/desktop-widgets/plugins/facebook/facebook_integration.h
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/desktop-widgets/plugins/facebook/facebook_integration.h