[InstCombine] Drop range attributes in `foldBitCeil` (#116641)
[llvm-project.git] / openmp / tools / CMakeLists.txt
blobeefbbf337644554935e59abd4387910ccc13986f
1 # Discover the tools that use CMake in the subdirectories.
2 # Note that explicit cmake invocation is required every time a new tool
3 # is added or removed.
4 file(GLOB entries *)
5 foreach(entry ${entries})
6   if(IS_DIRECTORY ${entry} AND EXISTS ${entry}/CMakeLists.txt)
7     add_subdirectory(${entry})
8   endif()
9 endforeach(entry)