diff options
| author | Todd <todd@tneal.org> | 2019-03-08 15:39:22 -0600 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-03-08 13:39:22 -0800 |
| commit | 350f70031ba1e3beffc376678150d3ee6655dbb8 (patch) | |
| tree | 05236350bb31489ed580c8839193e59f33a3d30c /ports/geotrans/usage | |
| parent | 1d8e65482f3474372c1215709cc3d366fb9fd001 (diff) | |
| download | vcpkg-350f70031ba1e3beffc376678150d3ee6655dbb8.tar.gz vcpkg-350f70031ba1e3beffc376678150d3ee6655dbb8.zip | |
[geotrans] add new port (#5498)
Diffstat (limited to 'ports/geotrans/usage')
| -rw-r--r-- | ports/geotrans/usage | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/geotrans/usage b/ports/geotrans/usage new file mode 100644 index 000000000..83430e426 --- /dev/null +++ b/ports/geotrans/usage @@ -0,0 +1,11 @@ +The package geotrans provides CMake targets: + + find_package(geotrans CONFIG REQUIRED) + target_link_libraries(main PRIVATE geotrans::MSPdtcc geotrans::MSPCoordinateConversionService) + + +The geotrans library depends on being able to read it's model data so you'll need to +set an environment variable to let geotrans know where the models are installed: + +export MSPCCS_DATA=@CURRENT_INSTALLED_DIR@/share/@PORT@/data + |
