cmake_minimum_required(VERSION 2.8) project(idcmp C) set(CMAKE_C_STANDARD 99) add_executable(idcmp main.c)