Skip to content

Instantly share code, notes, and snippets.

@Vinetos
Last active October 27, 2021 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vinetos/bf14bf5f0bd5373e11e3d7ddbc5588bf to your computer and use it in GitHub Desktop.
Save Vinetos/bf14bf5f0bd5373e11e3d7ddbc5588bf to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 3.19)
project(malloc C)
set(CMAKE_C_STANDARD 99)
add_executable(malloc src/malloc.c src/struct.c src/struct.h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment