include_directories( ${CMAKE_SOURCE_DIR} )

set(shivac_SRCS
  ShivaC.cpp
    )

add_executable(shivac ${shivac_SRCS})
target_link_libraries(shivac OpenShiva )
install( TARGETS shivac ${INSTALL_TARGETS_DEFAULT_ARGS} )
