annotate src/tools/CMakeLists.txt @ 59:8f435de13b91

fix cmakefiles
author tobaru
date Fri, 05 Jul 2019 17:06:31 +0900
parents f1b965f53d3b
children f236eba62a76
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
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
5 set(CMAKE_C_FLAGS "-Wall -iquote ../")
59
8f435de13b91 fix cmakefiles
tobaru
parents: 58
diff changeset
6 add_executable(mkfs mkfs.c)