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
Raw Normal View History

2020-02-24 20:13:53 +01:00
include(CMakeFindDependencyMacro)
find_dependency(mastodonpp 0.5 REQUIRED CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")