mirror of
https://github.com/pantor/inja.git
synced 2026-03-03 07:46:25 +00:00
7 lines
206 B
CMake
7 lines
206 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(nlohmann_json CONFIG REQUIRED)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake")
|
|
check_required_components("@PROJECT_NAME@") |