cmake_minimum_required(VERSION 2.8) project(keyboard-test-uart) add_executable(${PROJECT_NAME} "main.c")