grive2/CMakeLists.txt

13 lines
152 B
CMake
Raw Normal View History

2012-04-25 20:13:17 +04:00
project(grive)
add_executable( grive
src/main.cc
src/OAuth2.cc
src/HTTP.cc
src/Json.cc
src/Drive.cc )
target_link_libraries( grive
curl
json )