cmake_minimum_required(VERSION 3.10) project(heap C) set(CMAKE_C_FLAGS -m32) add_executable(heap heap.c)