Files @ 8ef948c25f19
Branch filter:

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

Jan Kaluza
Move libtransport form ./src to ./libtransport. Move all tests to ./tests directory and add 'make test' target.
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})