Files @ f2a6ba12fc29
Branch filter:

Location: libtransport.git/3rdparty/cpprestsdk/samples/Oauth2Client/CMakeLists.txt

Jan Kaluza
Slack frontend stub
1
2
3
4
5
6
7

add_executable(oauth2client
  Oauth2Client.cpp
  stdafx.cpp
  )

target_link_libraries(oauth2client ${Casablanca_LIBRARIES})