cmake HAVE_INF_ENGINE examples

SsageParuders/Android_Native_Surface my_android_opencv/cmake/OpenCVDetectInferenceEngine.cmake :58

set_target_properties(${INF_ENGINE_TARGET} PROPERTIES
      INTERFACE_COMPILE_DEFINITIONS "HAVE_INF_ENGINE=1;INF_ENGINE_RELEASE=${INF_ENGINE_RELEASE}"
  )

SsageParuders/Android_Native_Surface my_android_opencv/cmake/OpenCVDetectInferenceEngine.cmake :62

list(APPEND defs "INF_ENGINE_RELEASE=${INF_ENGINE_RELEASE}" "HAVE_INF_ENGINE")

joachimBurket/esp32-opencv cmake/OpenCVDetectInferenceEngine.cmake :98

set_target_properties(${INF_ENGINE_TARGET} PROPERTIES
    INTERFACE_COMPILE_DEFINITIONS "HAVE_INF_ENGINE=1;INF_ENGINE_RELEASE=${INF_ENGINE_RELEASE}"
  )