Sha256: 4966f758090e15008b87902ac9aee916ef4a5ad68d878572e9ee562432cce7bd
Contents?: true
Size: 167 Bytes
Versions: 2
Compression:
Stored size: 167 Bytes
Contents
require 'mkmf' if !find_executable('cmake') abort "ERROR: CMake is required to build CLD." end `cmake -DCMAKE_BUILD_TYPE=Release .` unless File.exists?('Makefile')
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cld2-1.0.1 | ext/cld/extconf.rb |
cld2-1.0.0 | ext/cld/extconf.rb |