cmake_minimum_required(VERSION 2.6)
project(uberenvconduit)
add_executable(uberenv_conduit_hello uberenv_conduit_hello.cpp)
install(TARGETS uberenv_conduit_hello DESTINATION bin)
