# Setup python env and wdk for windows drivers once.
if(MSVC
   AND DRIVERS_TO_BUILD
   AND NOT BUILD_RTX
)
  addi_check_and_set_env()
endif()

foreach(DRIVER_TO_BUILD ${DRIVERS_TO_BUILD})
  add_subdirectory(${OS_SPECIFIC_FOLDER}/${DRIVER_TO_BUILD})
endforeach()
