remwharead/cmake/remwhareadConfig.cmake.in

11 lines
318 B
CMake

include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
find_depencency(Poco
COMPONENTS Foundation Net NetSSL Data DataSQLite JSON XML
CONFIG REQUIRED)
find_dependency(Boost 1.48.0 REQUIRED COMPONENTS locale)
find_dependency(CURL 7.52 REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")