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

8 lines
233 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(mastodonpp 0.5 REQUIRED CONFIG)
find_dependency(Filesystem REQUIRED)
find_dependency(nlohmann_json REQUIRED CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")