mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +00:00
Merge pull request #310 from santiago046/addprxmodule-fixes
CMake: Fix exports.exp not being found in add_prx_module
This commit is contained in:
@@ -23,6 +23,7 @@ function(add_prx_module name)
|
||||
OUTPUT ${GENERATED_C_FILE}
|
||||
COMMAND psp-build-exports -b ${FILE} > ${GENERATED_C_FILE}
|
||||
DEPENDS ${FILE}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
COMMENT "Generating ${EXP_FILE_NAME}.c from ${EXP_FILE_NAME}.exp for target ${name}"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user