view src/tools/CMakeLists.txt @ 84:a4307abefd0b

include context.h on proc.h and ajastment directory on CMakeList.txt
author tobaru
date Mon, 14 Oct 2019 22:48:39 +0900
parents f236eba62a76
children
line wrap: on
line source

cmake_minimum_required(VERSION 3.8)
project(tools C)
SET(CMAKE_C_COMPILER /usr/bin/cc)

set(CMAKE_C_FLAGS "-Wall  -iquote ${CMAKE_SOURCE_DIR}")

add_executable(mkfs mkfs.c)