Skip to content

Commit

Permalink
update CMakeList
Browse files Browse the repository at this point in the history
  • Loading branch information
alavenant committed Dec 20, 2023
1 parent 9281fee commit 0b42d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The code should respect the documentation purpose by pdal : [build a pdal plugin
The CMakeList should contains :

```
file( GLOB_RECURSE GD_SRCS ${CMAKE_SOURCE_DIR} src/my_new_PI/*.*)
file( GLOB_RECURSE GD_SRCS ${CMAKE_SOURCE_DIR} *)
PDAL_CREATE_PLUGIN(
TYPE filter
Expand Down
4 changes: 3 additions & 1 deletion src/filter_grid_decimation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

file( GLOB_RECURSE GD_SRCS ${CMAKE_SOURCE_DIR} src/filter_grid_decimation/*.*)
file( GLOB_RECURSE GD_SRCS ${CMAKE_SOURCE_DIR} *)

message("GD_SRCS ${GD_SRCS}")

PDAL_CREATE_PLUGIN(
TYPE filter
Expand Down

0 comments on commit 0b42d10

Please sign in to comment.