]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Adding convenience build target for testing out kll compiler changes.
authorJacob Alexander <haata@kiibohd.com>
Mon, 16 Feb 2015 21:27:42 +0000 (13:27 -0800)
committerJacob Alexander <haata@kiibohd.com>
Mon, 16 Feb 2015 21:27:42 +0000 (13:27 -0800)
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} )