1 2 3 4 5
project('cmake-executable-dependency', 'c') cmake = import('cmake') cmlib = cmake.subproject('cmlib') maind = cmlib.dependency('main')