This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
FediPotato/lib/cmake/FediPotatoConfig.cmake.in

9 lines
296 B
CMake
Raw Normal View History

2020-02-24 20:13:53 +01:00
include(CMakeFindDependencyMacro)
2020-04-18 16:35:41 +02:00
find_dependency(mastodonpp 0.5.4 REQUIRED CONFIG)
2020-02-29 22:11:16 +01:00
find_dependency(Filesystem REQUIRED)
find_dependency(nlohmann_json REQUIRED CONFIG)
2020-04-18 16:35:41 +02:00
find_package(Boost 1.62.0 REQUIRED COMPONENTS chrono thread)
2020-02-24 20:13:53 +01:00
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")