From 6d88cba708d25730e9674162ff15dde92fdf13b7 Mon Sep 17 00:00:00 2001 From: imi415 Date: Mon, 18 Oct 2021 19:50:16 +0800 Subject: [PATCH] Added include directory. --- CMakeLists.txt | 2 +- include/.gitkeep | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 include/.gitkeep diff --git a/CMakeLists.txt b/CMakeLists.txt index ef46938..8000d54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -113,7 +113,7 @@ set(TARGET_DEFINES # Copy them from Makefile set(TARGET_INCLUDES "board" - "source" + "include" "devices/MIMXRT1052" "devices/MIMXRT1052/drivers" "CMSIS/Core/Include" diff --git a/include/.gitkeep b/include/.gitkeep new file mode 100644 index 0000000..e69de29