set( DevicesProperties_SOURCES
   main.cxx
)

add_oiv_executable( DevicesProperties ${DevicesProperties_SOURCES} )
if(OIV_ENABLE_TESTS)
  add_oiv_test(DevicesProperties ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/DevicesProperties)
  add_oiv_test(IvReport ${OIVHOME}/${OIVARCH}/bin/IvReport stdout)
endif()
