remwharead/cmake/remwhareadConfig.cmake.in
tastytea c9b82fd774
All checks were successful
continuous-integration/drone/push Build is passing
Added RSS export.
2019-09-06 00:53:58 +02:00

11 lines
335 B
CMake

include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
find_depencency(Poco
COMPONENTS Foundation Net NetSSL Data DataSQLite JSON XML
CONFIG REQUIRED)
find_dependency(PkgConfig REQUIRED)
pkg_check_modules(libxdg-basedir REQUIRED IMPORTED_TARGET libxdg-basedir)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")