mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:39:01 +08:00
fb3416466f
* Update to PROJ 9.0.0 & make proj the regular port * Consolidate files in share, move data to subdir * Update versions * Update proj to 9.0.0 RC2 * Add license fields * Update versions * Update to PROJ 9.0.0 release * Update versions * Update versions
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
The package proj provides CMake targets:
|
|
|
|
find_package(PROJ CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE PROJ::proj)
|