remwharead/cmake/remwhareadConfig.cmake.in

11 lines
331 B
CMake
Raw Normal View History

include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
2019-08-07 19:41:58 +02:00
find_depencency(Poco
2019-09-03 17:47:39 +02:00
COMPONENTS Foundation Net NetSSL Data DataSQLite JSON
2019-08-07 19:41:58 +02:00
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")