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

6 lines
149 B
CMake

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