cmake_minimum_required(VERSION 3.14) project(dicremote C) set(CMAKE_C_STANDARD 90) add_executable(dicremote main.c)