diff options
| author | myd7349 <myd7349@gmail.com> | 2019-05-20 08:43:29 +0800 |
|---|---|---|
| committer | Griffin Downs <35574547+grdowns@users.noreply.github.com> | 2019-05-19 17:43:29 -0700 |
| commit | af248a0709e8d1ccebf053a2c3b5e5c0ef3bb2cf (patch) | |
| tree | cb012afe517c9386e52fccfd78231a3c3abf4e3e /ports/raylib/usage | |
| parent | d10918a71ab43df46689f52fa3280830ae79ffee (diff) | |
| download | vcpkg-af248a0709e8d1ccebf053a2c3b5e5c0ef3bb2cf.tar.gz vcpkg-af248a0709e8d1ccebf053a2c3b5e5c0ef3bb2cf.zip | |
[raylib] Add new port (fix #4500) (#5946)
* [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
Diffstat (limited to 'ports/raylib/usage')
| -rw-r--r-- | ports/raylib/usage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/raylib/usage b/ports/raylib/usage new file mode 100644 index 000000000..936b74f50 --- /dev/null +++ b/ports/raylib/usage @@ -0,0 +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})
|
