mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
CodeBlocks: Declare which source file belongs to which targets.
This should allow the consuming IDE to determine which target specific preprocessor definitions and include directories are relevant for a given source file.
This commit is contained in:
@@ -39,6 +39,10 @@ public:
|
||||
|
||||
virtual void Generate();
|
||||
private:
|
||||
struct CbpUnit
|
||||
{
|
||||
std::vector<const cmTarget*> Targets;
|
||||
};
|
||||
|
||||
void CreateProjectFile(const std::vector<cmLocalGenerator*>& lgs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user