forked from qt-creator/qt-creator
CMake: Add a helper method to split a ;-separated list
Add a helper method to split a ;-separated list cmake-style. Change-Id: I334c31109f442f48a22e91e32b3d810882d6682e Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -49,6 +49,9 @@ public:
|
||||
private slots:
|
||||
void testCMakeParser_data();
|
||||
void testCMakeParser();
|
||||
|
||||
void testCMakeSplitValue_data();
|
||||
void testCMakeSplitValue();
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user