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 166658f commit 31a2bb5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ foreach(FILE ${CURRENT_DIR_CONTENTS})
message("File found: ${FILE}")
endforeach()

foreach(FILE ${PROJECT_BINARY_DIR})
message("File found: ${FILE}")
endforeach()
message(STATUS "CMake source directory: ${CMAKE_SOURCE_DIR}")
message(STATUS "CMake binary directory: ${CMAKE_BINARY_DIR}")
message(STATUS "Project source directory: ${PROJECT_SOURCE_DIR}")
message(STATUS "Project binary directory: ${PROJECT_BINARY_DIR}")

0 comments on commit 31a2bb5

Please sign in to comment.