1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-22 05:33:32 +01:00
poco/JWT/cmake/PocoJWTConfig.cmake

6 lines
178 B
CMake
Raw Normal View History

2019-07-30 11:19:49 +02:00
include(CMakeFindDependencyMacro)
find_dependency(PocoFoundation)
find_dependency(PocoJSON)
find_dependency(PocoCrypto)
include("${CMAKE_CURRENT_LIST_DIR}/PocoJWTTargets.cmake")