From 380ca62c525dff9b0414c2c8902f2cf258215d17 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Thu, 31 Oct 2024 09:37:11 +0100 Subject: [PATCH] Add target to output of psp-build-exports command --- src/base/AddPrxModule.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/AddPrxModule.cmake b/src/base/AddPrxModule.cmake index 8b559dbf2b..b317322713 100644 --- a/src/base/AddPrxModule.cmake +++ b/src/base/AddPrxModule.cmake @@ -23,7 +23,7 @@ function(add_prx_module name) OUTPUT ${GENERATED_C_FILE} COMMAND psp-build-exports -b ${FILE} > ${GENERATED_C_FILE} DEPENDS ${FILE} - COMMENT "Generating ${EXP_FILE_NAME}.c from ${FILE}" + COMMENT "Generating ${EXP_FILE_NAME}.c from ${EXP_FILE_NAME}.exp for target ${name}" ) # Add the generated .c file to the list