mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
Fix target in creating directory
This commit is contained in:
@@ -38,8 +38,9 @@ macro(create_pbp_file)
|
|||||||
# Make sure the output directory exists
|
# Make sure the output directory exists
|
||||||
if(NOT IS_DIRECTORY ${ARG_OUTPUT_DIR})
|
if(NOT IS_DIRECTORY ${ARG_OUTPUT_DIR})
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
TARGET ${APP} POST_BUILD
|
TARGET ${ARG_TARGET}
|
||||||
COMMAND ${CMAKE_COMMAND} -E make_directory
|
POST_BUILD COMMAND
|
||||||
|
${CMAKE_COMMAND} -E make_directory
|
||||||
${ARG_OUTPUT_DIR}
|
${ARG_OUTPUT_DIR}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user