annotate src/tools/CMakeLists.txt @ 58:f1b965f53d3b

add tools userlists
author tobaru
date Fri, 05 Jul 2019 16:39:01 +0900
parents
children 8f435de13b91
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)
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
3
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
4 set(CMAKE_C_FLAGS "-Wall -iquote ../")
f1b965f53d3b add tools userlists
tobaru
parents:
diff changeset
5 add_executable(TARGET mkfs SOURCE mkfs.c)