cmake_minimum_required(VERSION 3.17) project(split C) set(CMAKE_C_STANDARD 11) add_executable(split main.c)