mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Facebook plugin skeleton
Just to see if a plugin will compile. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d3a8288ad5
commit
391172240a
5 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@ include_directories(.
|
||||||
)
|
)
|
||||||
|
|
||||||
add_subdirectory(preferences)
|
add_subdirectory(preferences)
|
||||||
|
add_subdirectory(plugins)
|
||||||
|
|
||||||
# the interface, in C++
|
# the interface, in C++
|
||||||
set(SUBSURFACE_INTERFACE
|
set(SUBSURFACE_INTERFACE
|
||||||
|
|
1
desktop-widgets/plugins/CMakeLists.txt
Normal file
1
desktop-widgets/plugins/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
add_subdirectory(facebook)
|
5
desktop-widgets/plugins/facebook/CMakeLists.txt
Normal file
5
desktop-widgets/plugins/facebook/CMakeLists.txt
Normal file
|
@ -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})
|
0
desktop-widgets/plugins/facebook/facebook_integration.h
Normal file
0
desktop-widgets/plugins/facebook/facebook_integration.h
Normal file
Loading…
Add table
Add a link
Reference in a new issue