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

9 lines
260 B
CMake
Raw Normal View History

2019-08-14 00:15:04 +02:00
include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
find_depencency(jsoncpp REQUIRED CONFIG)
find_dependency(PkgConfig REQUIRED)
pkg_check_modules(curlpp REQUIRED IMPORTED_TARGET curlpp)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")