file(GLOB SRC . *.c)

add_library(balls ${SRC})
install(TARGETS balls DESTINATION lib)
