mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-23 03:13:03 +08:00
dd462392f4
* [proj4] Export target both proj and proj4 * version * fix the generated cmake file name * Fix config.cmake * version * update * Update ports/proj4/usage * Update versions/p-/proj4.json
5 lines
153 B
Plaintext
5 lines
153 B
Plaintext
The package ${PORT}:${TARGET_TRIPLET} provides CMake targets:
|
|
|
|
find_package(PROJ CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE PROJ::proj)
|