file(GLOB_RECURSE EA_sources "*.cpp")
file(GLOB_RECURSE EA_headers "*.h")

vega_add_library(exactArithmatic
  SOURCES 
  	${EA_sources}
  PUBLIC_HEADERS
    ${EA_headers}
)
