diff options
| author | George White <georgeunix@gmail.com> | 2020-08-10 17:33:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 09:33:50 -0700 |
| commit | 6234487442308afe7829dfd20a058b6e15a92db6 (patch) | |
| tree | 20cf920f3c28063ca9cb97b1c163842958901a2d /ports/raylib/usage | |
| parent | 46bb7e925df069c26994492402e0c70fbe5cad05 (diff) | |
| download | vcpkg-6234487442308afe7829dfd20a058b6e15a92db6.tar.gz vcpkg-6234487442308afe7829dfd20a058b6e15a92db6.zip | |
[raylib] rm vcpkg-cmake-wrapper.cmake, add hidpi (#12484)
* [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>
Diffstat (limited to 'ports/raylib/usage')
| -rw-r--r-- | ports/raylib/usage | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/raylib/usage b/ports/raylib/usage index 936b74f50..94ce10978 100644 --- a/ports/raylib/usage +++ b/ports/raylib/usage @@ -1,5 +1,5 @@ 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})
+ target_include_directories(main PRIVATE ${RAYLIB_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${RAYLIB_LIBRARIES})
|
