Convert all spaces to tabs in CMakeLists.txt
This commit is contained in:
@@ -487,7 +487,7 @@ cotire(rpcs3)
|
|||||||
|
|
||||||
if (UNIX)
|
if (UNIX)
|
||||||
# Copy icons to executable directory
|
# 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
|
COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||||
${CMAKE_SOURCE_DIR}/bin/Icons $<TARGET_FILE_DIR:rpcs3>/Icons)
|
${CMAKE_SOURCE_DIR}/bin/Icons $<TARGET_FILE_DIR:rpcs3>/Icons)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user