forked from qt-creator/qt-creator
Add method to verify existence of CMake targets
* Add a simple method to test whether a CMake target exists. Reviewed-by: dt
This commit is contained in:
@@ -90,6 +90,7 @@ public:
|
||||
|
||||
virtual QStringList files(FilesMode fileMode) const;
|
||||
QStringList targets() const;
|
||||
bool hasTarget(const QString &title) const;
|
||||
|
||||
CMakeTarget targetForTitle(const QString &title);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user