CMake/Tests/RunCMake/file/GLOB-error-LIST_DIRECTORIES-no-arg.cmake
Domen Vrankar a2c068a7ce file: Teach GLOB to list directories optionally
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.
2015-03-20 09:45:25 -04:00

2 lines
41 B
CMake

file(GLOB CONTENT_LIST LIST_DIRECTORIES)