[project] add cpp target
This commit is contained in:
@@ -392,6 +392,19 @@ class LinuxRunner extends Runner {
|
||||
|
||||
Runner.register(Platform.LINUX, LinuxRunner);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class CPPRunner extends LinuxRunner {
|
||||
|
||||
constructor(config, debug) {
|
||||
super(config, debug);
|
||||
this.platform = Platform.CPP
|
||||
}
|
||||
}
|
||||
|
||||
Runner.register(Platform.CPP, CPPRunner);
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user