mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-01 00:34:04 -05:00
10 lines
249 B
CMake
10 lines
249 B
CMake
|
@PACKAGE_INIT@
|
||
|
|
||
|
if(NOT @CPP_JWT_USE_VENDORED_NLOHMANN_JSON@)
|
||
|
find_package(nlohmann_json REQUIRED)
|
||
|
endif()
|
||
|
|
||
|
find_package(OpenSSL REQUIRED)
|
||
|
|
||
|
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
|
||
|
check_required_components("@PROJECT_NAME@")
|