mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
612102b828
* [proj4] Fix the usage * Update the baseline * Small changes * Update the baseline version * Remove PREFER_NINJA * Update the baseline revision * Update the version scheme * Update the baseline version * Avoid configure_file to fill out proj4. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
The package proj4 provides CMake targets:
|
|
|
|
find_package(PROJ CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE PROJ::proj)
|