Skip to content

Commit

Permalink
Add temporary call to ls as post-build
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 8, 2024
1 parent 3804a04 commit 8af9290
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PhotoshopTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ add_custom_command(TARGET PhotoshopTest POST_BUILD
add_custom_command(TARGET PhotoshopTest POST_BUILD
COMMAND ${CMAKE_COMMAND} -E echo
"Finished copying test files to output directory $<TARGET_FILE_DIR:PhotoshopTest>/documents")
add_custom_command(TARGET PhotoshopTest POST_BUILD
COMMAND ${CMAKE_COMMAND} -E echo-directory $<TARGET_FILE_DIR:PhotoshopTest>/documents)

add_custom_command(TARGET PhotoshopTest POST_BUILD
COMMAND ls $<TARGET_FILE_DIR:PhotoshopTest>/documents)
add_custom_command(TARGET PhotoshopTest POST_BUILD
COMMAND ${CMAKE_COMMAND} -E echo-directory $<TARGET_FILE_DIR:PhotoshopTest>/documents/Compression)
COMMAND ls $<TARGET_FILE_DIR:PhotoshopTest>/documents/Compression)

0 comments on commit 8af9290

Please # to comment.