cmake_minimum_required(VERSION 3.22) project(lru C) add_executable(lru main.c lru.c)