Skip to content

Commit

Permalink
List contents of the directory of binary
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Jun 19, 2024
1 parent 330e60a commit 166658f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ file(GLOB CURRENT_DIR_CONTENTS build)
foreach(FILE ${CURRENT_DIR_CONTENTS})
message("File found: ${FILE}")
endforeach()

foreach(FILE ${PROJECT_BINARY_DIR})
message("File found: ${FILE}")
endforeach()

0 comments on commit 166658f

Please sign in to comment.