Last active
October 27, 2021 20:48
-
-
Save Vinetos/bf14bf5f0bd5373e11e3d7ddbc5588bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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