set(src_SOURCES
  horizonGpuCompose.cxx
  utils.cxx
)

set(include_SOURCES
  utils.h
)
set(resources_SOURCES
  interface.iv
  composition.glsl
)

add_oiv_executable(horizonGpuCompose ${src_SOURCES} ${include_SOURCES} ${resources_SOURCES})
IF (OIV_ENABLE_RUNTESTS)
  set_tests_properties(RUN_horizonGpuCompose PROPERTIES TIMEOUT 60)
endif()
create_vcproj_hierarchy("Resource Files" ./${resources_SOURCES})
target_link_libraries(horizonGpuCompose ${DialogViz_LIBRARIES})
