mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
af248a0709
* [raylib] Add new port (fix #4500) * [raylib] Update to 2019-04-27 * [raylib] Bump version number * [raylib] Minor fixes * [raylib] Fix Threads_FOUND not defined error on Ubuntu * [raylib] Bump version number * Add system dependencies message * [raylib] Display dependencies message on UNIX * Modify message to appear based on build target, not build host
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})
|