mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
6234487442
* [raylib] rm vcpkg-cmake-wrapper.cmake, add hidpi raylib is a CMake-built project which already exports its targets using a custom raylib-config.cmake file, so use that instead. Add a feature to enable support for HiDPI displays. * [raylib] Update vcpkg-cmake-wrapper.cmake * Update ports/raylib/vcpkg-cmake-wrapper.cmake * raylib/CONTROL: Bump Port-Version to 3 Co-authored-by: wangli28 <wangli28@beyondsoft.com> Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
|
|
|
|
find_package(@PORT@ CONFIG REQUIRED)
|
|
target_include_directories(main PRIVATE ${RAYLIB_INCLUDE_DIRS})
|
|
target_link_libraries(main PRIVATE ${RAYLIB_LIBRARIES})
|