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

8 lines
234 B
CMake
Raw Normal View History

2019-08-14 00:15:04 +02:00
include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
2019-12-19 15:15:21 +01:00
find_dependency(jsoncpp CONFIG REQUIRED)
find_package(Poco COMPONENTS Foundation Net NetSSL CONFIG REQUIRED)
2019-08-14 00:15:04 +02:00
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")