view src/tools/CMakeLists.txt @ 139:0f8ae55cacbe

tweak
author anatofuz
date Thu, 12 Dec 2019 14:27:05 +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)