Adding convenience build target for testing out kll compiler changes.
This commit is contained in:
parent
053afcc4fd
commit
a423cb90be
@ -133,6 +133,12 @@ add_custom_command ( OUTPUT ${kll_outputname}
|
|||||||
COMMENT "Generating KLL Layout"
|
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
|
#| Append generated file to required sources so it becomes a dependency in the main build
|
||||||
set ( SRCS ${SRCS} ${kll_outputname} )
|
set ( SRCS ${SRCS} ${kll_outputname} )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user