]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Lib/CMake/kll.cmake
Adding convenience build target for testing out kll compiler changes.
[kiibohd-controller.git] / Lib / CMake / kll.cmake
index 71df3b7319b9fe91bcd94a4ea27f8334d938fb1b..fe28a09a657abd4bc6a31ab7c31871c984cf179d 100644 (file)
@@ -133,6 +133,12 @@ add_custom_command ( OUTPUT ${kll_outputname}
        COMMENT "Generating KLL Layout"
 )
 
+#| KLL Regen Convenience Target
+add_custom_target ( kll_regen
+       COMMAND ${kll_cmd}
+       COMMENT "Re-generating KLL Layout"
+)
+
 #| Append generated file to required sources so it becomes a dependency in the main build
 set ( SRCS ${SRCS} ${kll_outputname} )