pipacs / o2

OAuth 2.0 for Qt
BSD 2-Clause "Simplified" License
317 stars 147 forks source link

Adding cmake build files #22

Closed mariusor closed 10 years ago

mariusor commented 10 years ago

Hi,

I created a modularized cmake based build configuration.

Please tell me if you need me to make any modifications.

Cheers, /Marius

mariusor commented 10 years ago

The cmake switches are:

 -DWITH_FACEBOOK=on 
 -DWITH_GOOGLE=on 
 -DWITH_SKYDRIVE=on 
 -DWITH_FLICKR=on 
 -DWITH_TWITTER=on 
 -DWITH_DROPBOX=on
 -DBUILD_EXAMPLES=on
pipacs commented 10 years ago

Thanks!