blob: a308239fc7cfad66d9e8b47b7e8ea6a5613555d1 [file] [log] [blame]
project('cmake-executable-dependency')
if not find_program('cmake', required: false).found()
error('MESON_SKIP_TEST CMake is not installed')
endif
cmake = import('cmake')
cmlib = cmake.subproject('cmlib')