mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-29 05:30:41 +00:00
70e6840d51
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>
7 lines
No EOL
329 B
CMake
7 lines
No EOL
329 B
CMake
set(FACEBOOK_PLUGIN_SRCS facebook_integration.cpp facebookconnectwidget.cpp)
|
|
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
|
|
add_library(facebook_integration SHARED ${FACEBOOK_PLUGIN_SRCS})
|
|
|
|
target_link_libraries(facebook_integration subsurface_corelib ${QT_LIBRARIES})
|
|
add_dependencies(facebook_integration subsurface_corelib) |