blob: ea81ef6a85a4c33710f7d82e169471e41399430f [file] [log] [blame]
@PACKAGE_INIT@
set(INJA_VERSION "@PROJECT_VERSION@")
set(INJA_PACKAGE_USE_EMBEDDED_JSON "@INJA_PACKAGE_USE_EMBEDDED_JSON@")
include(CMakeFindDependencyMacro)
if(NOT INJA_PACKAGE_USE_EMBEDDED_JSON)
find_dependency(nlohmann_json REQUIRED)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/injaTargets.cmake")