vcpkg/ports/geotrans/usage

12 lines
421 B
Plaintext
Raw Normal View History

2019-03-09 05:39:22 +08:00
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:
2022-12-07 04:48:34 +08:00
export MSPCCS_DATA=<path_to_vcpkg_installed>/share/@PORT@/data
2019-03-09 05:39:22 +08:00