file(GLOB_RECURSE MY_SOURCES CONFIGURE_DEPENDS
    "*.cpp"
    "*.h"
)

add_library(Client ${MY_SOURCES})
