From a423cb90be21ffd4025e0a004ad3d4de1c67dba1 Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Mon, 16 Feb 2015 13:27:42 -0800 Subject: [PATCH] Adding convenience build target for testing out kll compiler changes. --- Lib/CMake/kll.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lib/CMake/kll.cmake b/Lib/CMake/kll.cmake index 71df3b7..fe28a09 100644 --- a/Lib/CMake/kll.cmake +++ b/Lib/CMake/kll.cmake @@ -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} ) -- 2.39.5