File: CMakeLists.txt

package info (click to toggle)
spectrum2 2.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,548 kB
  • sloc: cpp: 32,594; python: 1,751; javascript: 273; makefile: 34; sql: 31; xml: 10
file content (4 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
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})