From 8af929000b2c1bf128d94ecfff0c63d56b3ecdff Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:52:50 +0100 Subject: [PATCH] Add temporary call to ls as post-build --- PhotoshopTest/CMakeLists.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PhotoshopTest/CMakeLists.txt b/PhotoshopTest/CMakeLists.txt index 8aa67c4d..036ae777 100644 --- a/PhotoshopTest/CMakeLists.txt +++ b/PhotoshopTest/CMakeLists.txt @@ -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 $/documents") - add_custom_command(TARGET PhotoshopTest POST_BUILD - COMMAND ${CMAKE_COMMAND} -E echo-directory $/documents) + +add_custom_command(TARGET PhotoshopTest POST_BUILD + COMMAND ls $/documents) add_custom_command(TARGET PhotoshopTest POST_BUILD - COMMAND ${CMAKE_COMMAND} -E echo-directory $/documents/Compression) \ No newline at end of file + COMMAND ls $/documents/Compression) \ No newline at end of file