file(GLOB_RECURSE MY_SOURCES CONFIGURE_DEPENDS "*.cpp" "*.h" ) add_library(Server ${MY_SOURCES})