view src/tools/CMakeLists.txt @ 69:f236eba62a76

off-the-shelf cmakefile
author anatofuz
date Sun, 28 Jul 2019 20:03:15 +0900
parents 8f435de13b91
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)