This repository has been archived on 2020-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-cpp/cmake/mastodon-cppConfig.cmake.in
tastytea c48c1a66f2
All checks were successful
continuous-integration/drone/push Build is passing
Removed and replaced last bits of curlpp.
2019-08-21 04:54:17 +02:00

8 lines
234 B
CMake

include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
find_depencency(jsoncpp CONFIG REQUIRED)
find_package(Poco COMPONENTS Foundation Net NetSSL CONFIG REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")