Corrected post-build command
This commit is contained in:
parent
cfc0f6e7e9
commit
05f52a5b79
|
@ -17,5 +17,5 @@ target_link_libraries(${PNAME}
|
|||
|
||||
add_custom_command(TARGET ${PNAME}
|
||||
POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE_DIR:SDL2>/SDL2d.dll $<TARGET_FILE_DIR:SDL2>/SDLU_Example
|
||||
COMMAND ${CMAKE_COMMAND} -E copy $<TARGET_FILE_DIR:SDL2>/SDL2d.dll $<TARGET_FILE_DIR:sdlu_example>
|
||||
)
|
Loading…
Reference in a new issue