Files @ fd9c9af71bfb
Branch filter:

Location: libtransport.git/backends/twitter/libtwitcurl/CMakeLists.txt

Jan Kaluza
Slack: Send real team name chosen by user to Web interface, create channel chosen by the user when joining the room if it does not exists
1
2
3
4
set(twitSrcs base64.cpp HMAC_SHA1.cpp oauthlib.cpp SHA1.cpp urlencode.cpp twitcurl.cpp)
FIND_PACKAGE(PkgConfig)
include_directories (${PKGS_INCLUDE_DIRS}) 
add_library(twitcurl STATIC ${twitSrcs})