file(GLOB SRC . *.c)
ADD_LIBRARY(balls ${SRC})
install(TARGETS balls DESTINATION lib)
