cmake_minimum_required (VERSION 3.10) project (PerformanceMeasuring) add_executable(performance_measuring main.cpp)