cmake_minimum_required(VERSION 3.17) project(att_regex_tester) set(CMAKE_CXX_STANDARD 14) add_executable(testregex testregex.c)