annotate src/tools/CMakeLists.txt @ 164:9c501dca25e3

add file_impl_pipe.cbc
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 15 Jan 2020 18:53:32 +0900
parents f236eba62a76
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
58
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
1 cmake_minimum_required(VERSION 3.8)
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
2 project(tools C)
59
8f435de13b91 fix cmakefiles
tobaru
parents: 58
diff changeset
3 SET(CMAKE_C_COMPILER /usr/bin/cc)
58
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
4
69
f236eba62a76 off-the-shelf cmakefile
anatofuz
parents: 59
diff changeset
5 set(CMAKE_C_FLAGS "-Wall -iquote ${CMAKE_SOURCE_DIR}")
f236eba62a76 off-the-shelf cmakefile
anatofuz
parents: 59
diff changeset
6
59
8f435de13b91 fix cmakefiles
tobaru
parents: 58
diff changeset
7 add_executable(mkfs mkfs.c)