mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
a2c068a7ce
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)
|