Convert all spaces to tabs in CMakeLists.txt

This commit is contained in:
Zion Nimchuk 2018-05-28 13:28:19 -07:00 committed by Ivan
parent 4d3b60cf46
commit ea1bb3b90e

View file

@ -487,7 +487,7 @@ cotire(rpcs3)
if (UNIX)
# Copy icons to executable directory
add_custom_command(TARGET rpcs3 POST_BUILD
add_custom_command( TARGET rpcs3 POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_directory
${CMAKE_SOURCE_DIR}/bin/Icons $<TARGET_FILE_DIR:rpcs3>/Icons)
endif()