singleheader compiles again

This commit is contained in:
2024-12-10 22:20:40 -05:00
parent aecc2c59dd
commit c8d6c27f07
6 changed files with 88 additions and 136 deletions

View File

@ -184,7 +184,7 @@ if ( $singleheader )
New-Item -ItemType Directory -Path $path_gen
}
$includes = @( $path_project )
$includes = @( $path_base )
$unit = join-path $path_singleheader "singleheader.cpp"
$executable = join-path $path_build "singleheader.exe"