From 391172240ae00e9729ddb9db1b2cd50be3feb51b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Thu, 29 Oct 2015 20:12:36 -0200 Subject: Facebook plugin skeleton Just to see if a plugin will compile. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- desktop-widgets/plugins/facebook/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 desktop-widgets/plugins/facebook/CMakeLists.txt (limited to 'desktop-widgets/plugins/facebook/CMakeLists.txt') 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}) -- cgit v1.2.3-70-g09d2