view src/tools/CMakeLists.txt @ 130:3312d7ce91e6

fix output instance name
author anatofuz
date Tue, 03 Dec 2019 14:58:00 +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)