zephyr/scripts/CMakeLists.txt
Ulf Magnusson 96d703f9c2 scripts: Fix misspelled CMake project name
s/Zehpyr/Zephyr/

Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
2018-03-30 17:51:27 -04:00

12 lines
479 B
CMake

cmake_minimum_required(VERSION 3.6)
Project(Zephyr-Host-Tools)
# fixdep is added because all files depend on autoconf.h,
# which would imply that changing the configuration triggers a complete rebuild.
# The build time is not that long though, and also fixdep would not work with Ninja
# as the build system generator because Ninja creates it's on header dependency cache.
# Suggestion is to stop using fixdep.
# add_executable(fixdep basic/fixdep.c)
add_subdirectory(kconfig)