We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac608bf commit edfbe8aCopy full SHA for edfbe8a
.gitignore
@@ -1,4 +1,5 @@
1
# Ignore files generated by CMake from a file template
2
+tests/pdal-stats.las
3
tests/data/*.json
4
tests/pdal/capi/*Test.c
5
tests/data/stats.json.in
@@ -1,9 +1,9 @@
{
"pipeline":[
- "@CMAKE_SOURCE_DIR@/test/data/las/1.2-with-color.las",
+ "@CMAKE_SOURCE_DIR@/tests/data/las/1.2-with-color.las",
"type":"filters.stats"
6
},
7
- "@CMAKE_SOURCE_DIR@/test/temp/pdal-stats.las"
+ "@CMAKE_SOURCE_DIR@/tests/pdal-stats.las"
8
]
9
}
0 commit comments