testing game export

This commit is contained in:
Dynamitos
2023-03-07 21:25:56 +01:00
parent f1062e5bcb
commit 2607c28b98
10 changed files with 134 additions and 37 deletions
+2
View File
@@ -227,6 +227,8 @@ int main()
window->render();
//export game
std::string outputPath = "C:\\Users\\Dynamitos\\TrackClearGame";
std::system("cmake --configure");
return 0;
}