mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
stringapi: Use strings for source names
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
/**
|
||||
* Add a file name to the explicit list of files for this group.
|
||||
*/
|
||||
void AddGroupFile(const char* name);
|
||||
void AddGroupFile(const std::string& name);
|
||||
|
||||
/**
|
||||
* Add child to this sourcegroup
|
||||
|
||||
Reference in New Issue
Block a user