wip [skip ci]

This commit is contained in:
alexey.lysiuk 2024-03-09 12:20:25 +02:00
parent 5aae835991
commit 7fc471e390
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ class CMakeTarget(BuildTarget):
args += opts.to_list(CommandLineOptions.CMAKE_RULES)
args.append(state.source / self.src_root)
print(args)
subprocess.run(args, check=True, cwd=state.build_path, env=state.environment)
def build(self, state: BuildState):