remwharead/cmake/remwhareadConfig.cmake.in

9 lines
225 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)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")