mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
GLOB lists directories by default and GLOB_RECURSE does not. LIST_DIRECTORIES enables user to control the behavior explicitly for consistently for both GLOB and GLOB_RECURSE.
2 lines
44 B
CMake
2 lines
44 B
CMake
file(GLOB CONTENT_LIST LIST_DIRECTORIES 13)
|