cmake_minimum_required(VERSION 3.0) project(memtest LANGUAGES C) add_executable(memtest main.c) install(TARGETS memtest RUNTIME DESTINATION bin)