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)
|