cmake_minimum_required(VERSION 3.0) project(utils) add_executable(container "container.c") target_compile_options(container PUBLIC -g3)