Added build_dir to cmake result.

This commit is contained in:
Patrick 2025-07-08 18:39:16 +02:00
parent 8371f96d4a
commit b47ceb81dc

View File

@ -105,6 +105,7 @@ def _cmake_project(env: Environment, project_root: str, generate_args: 'list[str
libpath.append(full_path) libpath.append(full_path)
return { return {
'build_dir': build_dir,
'install_dir': install_dir, 'install_dir': install_dir,
'BINPATH': [os.path.join(install_dir, 'bin')], 'BINPATH': [os.path.join(install_dir, 'bin')],
'LIBPATH': libpath, 'LIBPATH': libpath,