diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-11-08 10:33:29 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-08 09:43:35 -0800 |
commit | 70e6840d51d876b4d906f3af0a4be71bd3233e48 (patch) | |
tree | f260b0f9d454099ea12202255e8a1e726bb187a4 /desktop-widgets/plugins/facebook/CMakeLists.txt | |
parent | 440423ff6476119e090798ae2d59dc59d5253a0a (diff) | |
download | subsurface-70e6840d51d876b4d906f3af0a4be71bd3233e48.tar.gz |
Convert most of the old code for FacebookPlugin to the new System
It should still not work correctly - but the plugin should be almost
ready - I'll do some papercuts on the next few commits.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/plugins/facebook/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/plugins/facebook/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-widgets/plugins/facebook/CMakeLists.txt b/desktop-widgets/plugins/facebook/CMakeLists.txt index 8628bd070..82a6c7799 100644 --- a/desktop-widgets/plugins/facebook/CMakeLists.txt +++ b/desktop-widgets/plugins/facebook/CMakeLists.txt @@ -1,4 +1,5 @@ -set(FACEBOOK_PLUGIN_SRCS facebook_integration.cpp) +set(FACEBOOK_PLUGIN_SRCS facebook_integration.cpp facebookconnectwidget.cpp) +include_directories(${CMAKE_CURRENT_BINARY_DIR}) add_library(facebook_integration SHARED ${FACEBOOK_PLUGIN_SRCS}) |