include(CMakeFindDependencyMacro) include(GNUInstallDirs) find_depencency(Poco COMPONENTS Foundation Net NetSSL CONFIG REQUIRED) find_dependency(PkgConfig REQUIRED) pkg_check_modules(libxdg-basedir REQUIRED IMPORTED_TARGET libxdg-basedir) find_file(vsqlitepp NAMES "sqlite/connection.hpp" PATHS "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR}") if("${vsqlitepp}" STREQUAL "vsqlitepp-NOTFOUND") message(FATAL_ERROR "Could not find vsqlite++.") endif() include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")