Keep make output short

Without custom comment add_custom_command would list all target files.
develop
Pauli 2018-06-28 21:09:42 +03:00
parent 3f34ea196b
commit 68d1dfa0da
1 changed files with 1 additions and 0 deletions

@ -266,6 +266,7 @@ ADD_CUSTOM_COMMAND(
${CMAKE_CURRENT_SOURCE_DIR}/xml
${CMAKE_CURRENT_SOURCE_DIR}/include/df
MAIN_DEPENDENCY ${dfapi_SOURCE_DIR}/xml/codegen.pl
COMMENT "Generating codegen.out.xml and df/headers"
DEPENDS ${GENERATE_INPUT_XMLS} ${GENERATE_INPUT_SCRIPTS}
)