Skip to content

Commit

Permalink
add --plugin-dir to pdal-config output
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 10, 2015
1 parent 827ad04 commit e68f29f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/pdal-config.in
Expand Up @@ -28,6 +28,10 @@ case $1 in
echo -L@CMAKE_INSTALL_PREFIX@/lib -lpdalcpp
;;

--plugin-dir)
echo @PDAL_PLUGIN_INSTALL_PATH@
;;

--prefix)
echo ${prefix}
;;
Expand Down

0 comments on commit e68f29f

Please sign in to comment.