view src/tools/CMakeLists.txt @ 346:36ed64fea8c1

emit context.h
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 02 Mar 2020 14:19:49 +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)