From 3bf71c66f63f33471b172570a3a20710d6fe6b72 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 1 Jul 2016 09:21:18 +0200 Subject: o Initial commit. --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..f6b6147 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.5) + +set(INTEL_QUARK_CHIP D2000) +set(CMAKE_TOOLCHAIN_FILE "${CMAKE_SOURCE_DIR}/cmake/intel-quark-d2000.toolchain.cmake") + +project(intel_quark_d2000_playground C) + +add_subdirectory(apps) -- cgit v1.2.3