set(src_SOURCES Callback.cxx utils.cxx)
set(include_SOURCES utils.h)
set(resources_SOURCES Callback.iv)

add_oiv_executable(CallbackGLPort ${src_SOURCES} ${include_SOURCES} ${resources_SOURCES})

if(APPLE)
  target_link_libraries( CallbackGLPort ${OpenInventorGLEW_LIBRARIES} )
endif()

create_vcproj_hierarchy("Resource Files" ./${resources_SOURCES})
