cmake_minimum_required(VERSION 3.0)
project(sysroot_test C)

add_executable(sysroot_test sysroot_test.c)
