Add cook&run support for macOS and Linux

This commit is contained in:
Wojtek Figat
2023-10-19 19:09:32 +02:00
parent 2bb8c82329
commit a8f961c438
4 changed files with 32 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public:
bool IsNativeCodeFile(CookingData& data, const String& file) override;
void OnBuildStarted(CookingData& data) override;
bool OnPostProcess(CookingData& data) override;
void OnRun(CookingData& data, String& executableFile, String& commandLineFormat, String& workingDir) override;
};
#endif