This commit is contained in:
parent
76c08dcbfd
commit
236d4a8844
1 changed files with 0 additions and 11 deletions
|
|
@ -176,17 +176,6 @@ namespace Crafter {
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutoDetect() {
|
void AutoDetect() {
|
||||||
std::cout << "bruh 1" << std::endl;
|
|
||||||
fs::path exeDir = GetPath();
|
|
||||||
std::cout << "bruh 2" << std::endl;
|
|
||||||
fs::create_directories(exeDir/config.target);
|
|
||||||
std::cout << "bruh 3" << std::endl;
|
|
||||||
std::string stdPcm = std::format("{}\\{}\\std.pcm", exeDir.string(), config.target);
|
|
||||||
std::string stdcppm = std::format("{}\\{}\\std.cppm", exeDir.string(), config.target);
|
|
||||||
|
|
||||||
std::cout << stdPcm << std::endl;
|
|
||||||
std::cout << stdcppm << std::endl;
|
|
||||||
|
|
||||||
std::string directoryPath = RunCommand("C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe -latest -property installationPath") + "\\VC\\Tools";
|
std::string directoryPath = RunCommand("C:\\Program Files (x86)\\Microsoft Visual Studio\\Installer\\vswhere.exe -latest -property installationPath") + "\\VC\\Tools";
|
||||||
|
|
||||||
std::cout << directoryPath << std::endl;
|
std::cout << directoryPath << std::endl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue