remwharead/cmake/remwhareadConfig.cmake.in

11 lines
318 B
CMake
Raw Normal View History

include(CMakeFindDependencyMacro)
include(GNUInstallDirs)
2019-08-07 19:41:58 +02:00
find_depencency(Poco
2019-09-06 00:53:58 +02:00
COMPONENTS Foundation Net NetSSL Data DataSQLite JSON XML
2019-08-07 19:41:58 +02:00
CONFIG REQUIRED)
2020-10-31 16:41:59 +01:00
find_dependency(Boost 1.48.0 REQUIRED COMPONENTS locale)
find_dependency(CURL 7.52 REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")