cmLocalGenerator: add an override for CMakeFiles-using paths

Visual Studio doesn't use a `CMakeFiles` subdirectory for its support
directories. However, some codepaths expect to use paths which are
always under `CMakeFiles`. Add a mechanism to keep the path for such
files.
This commit is contained in:
Ben Boeckel
2025-05-23 15:22:35 +02:00
parent 35d32b8741
commit c95a8348ce
8 changed files with 31 additions and 6 deletions
+1
View File
@@ -439,6 +439,7 @@ public:
std::string const& GetCurrentSourceDirectory() const;
virtual std::string GetObjectOutputRoot() const;
virtual bool AlwaysUsesCMFPaths() const;
/**
* Generate a macOS application bundle Info.plist file.