mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Convert all spaces to tabs in CMakeLists.txt
This commit is contained in:
parent
4d3b60cf46
commit
ea1bb3b90e
1 changed files with 12 additions and 12 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue