table of contents
other versions
pdal-config(1) | pdal-config(1) |
NAME¶
pdal-config - query PDAL build options
SYNOPSIS¶
pdal-config
[--cflags] [--cxxflags] [--defines] [--includes]
[--libs] [--plugin-dir] [--version]
DESCRIPTION¶
pdal-config allows querying the options used to build the PDAL library.
OPTIONS¶
- --cflags
- Compiler flags
- --cxxlibs
- C++ Compiler flags
- --defines
- Compiler defines
- --includes
- Compiler includes
- --libs
- Libraries
- --plugin-dir
- Plugin directory
- --version
- Library version
19 February 2022 |