mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-03 16:51:27 +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
|
||||
if(NOT IS_DIRECTORY ${ARG_OUTPUT_DIR})
|
||||
add_custom_command(
|
||||
TARGET ${APP} POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E make_directory
|
||||
TARGET ${ARG_TARGET}
|
||||
POST_BUILD COMMAND
|
||||
${CMAKE_COMMAND} -E make_directory
|
||||
${ARG_OUTPUT_DIR}
|
||||
)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user