CMakeLists.txt 155 B

12345
  1. add_executable(TwitterCLient
  2. src/TweetApp.cpp
  3. src/Twitter.cpp
  4. )
  5. target_link_libraries(TwitterCLient PUBLIC Poco::NetSSL Poco::Util Poco::JSON Poco::XML)