aboutsummaryrefslogtreecommitdiff
path: root/examples/arduino-led/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/arduino-led/CMakeLists.txt')
-rw-r--r--examples/arduino-led/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/arduino-led/CMakeLists.txt b/examples/arduino-led/CMakeLists.txt
index 7bd82af..06ef920 100644
--- a/examples/arduino-led/CMakeLists.txt
+++ b/examples/arduino-led/CMakeLists.txt
@@ -1,5 +1,5 @@
-kicad_gen(
- TARGET schematic.h
+kicad_generate_header(
+ OUTPUT schematic.h
NET schematic/arduino-led.net
REF U1
IN_SOURCE)