blob: ccbc2ae4d8c2640f8b1d326cebc7456d85a005a5 [file] [log] [blame]
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")