You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
571 B
24 lines
571 B
Raw paras:
|
|
createTinyroute
|
|
..\..\data\clip2
|
|
..\..\data\wirexml
|
|
..\..\data\connector.csv
|
|
..\..\data\OBJ
|
|
output
|
|
|
|
|
|
VScode CMake:
|
|
{
|
|
"cmake.debugConfig": {
|
|
|
|
"args": ["createTinyroute",
|
|
"..\\..\\data\\clip2",
|
|
"..\\..\\data\\wirexml",
|
|
"..\\..\\data\\connector.csv",
|
|
"..\\..\\data\\OBJ",
|
|
"output"]
|
|
}
|
|
}
|
|
|
|
cmd:
|
|
.\WireRouting.exe createTinyroute ..\\..\\data\\Tinyroute_test\\clip2 ..\\..\\data\\Tinyroute_test\\wirexml ..\\..\\data\\Tinyroute_test\\connector.csv ..\\..\\data\\Tinyroute_test\\OBJ D:\\outFile\\output_
|