Mercurial > hg > Members > menikon > CbC_xv6
view src/tools/CMakeLists.txt @ 308:50fd5d414066
add write back context at vm_impl_private
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 05 Feb 2020 15:52:52 +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)