rts/tools/CMakeLists.txt

5 lines
136 B
CMake

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