project(animals)

file(GLOB SOURCES "*.cpp")

add_executable(animals ${SOURCES})
