From 7ab005681a15ef2f4b60d8fce866731aa028f7b9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 27 Jul 2016 11:45:12 +0200 Subject: o Support for Intel Quark D2000 chip. --- examples/intel-quark-d2000/CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/intel-quark-d2000/CMakeLists.txt (limited to 'examples/intel-quark-d2000/CMakeLists.txt') diff --git a/examples/intel-quark-d2000/CMakeLists.txt b/examples/intel-quark-d2000/CMakeLists.txt new file mode 100644 index 0000000..4c0ef68 --- /dev/null +++ b/examples/intel-quark-d2000/CMakeLists.txt @@ -0,0 +1,13 @@ +kicad_gen( + TARGET schematic.h + NET schematic/intel-quark-d2000.net + REF U1) + +if (FALSE) + # If you have Intel Quark support for CMake something like this would work: + + #add_executable(arduino-led arduino-led.ino schematic.h) + #target_include_directories(arduino-led PUBLIC ${CMAKE_CURRENT_BINARY_DIR}/kicad-include) +else () + add_custom_target(intel-quark-d2000 ALL DEPENDS schematic.h) +endif () -- cgit v1.2.3