Class: Xezat::Detector::CMake
- Inherits:
-
Object
- Object
- Xezat::Detector::CMake
- Defined in:
- lib/xezat/detector/cmake.rb
Instance Method Summary collapse
Instance Method Details
#detect(variables) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/xezat/detector/cmake.rb', line 6 def detect(variables) Find.find(variables[:S]) do |file| return true if file.end_with?(File::SEPARATOR + 'CMakeLists.txt') end false end |