cmake_minimum_required (VERSION 2.6) project(ua-stress-test) set(CMAKE_BUILD_TYPE DEBUG) add_subdirectory(src)