mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 22:54:03 -05:00
10 lines
249 B
CMake
Executable File
10 lines
249 B
CMake
Executable File
@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@") |