-------------------------------------------------------------------------
| 45 | |
| 46 | //------------------------------------------------------------------------- |
| 47 | fs::path GetOutputBinaryPath() |
| 48 | { |
| 49 | return TARGET_FILE_NAME; |
| 50 | } |
| 51 | |
| 52 | //------------------------------------------------------------------------- |
| 53 | void CreateEmptyFile(const fs::path& path) |
no outgoing calls