diff options
| author | Vinny <vpaladino778@gmail.com> | 2019-10-30 15:39:13 -0400 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-10-30 12:39:13 -0700 |
| commit | 00a29c6879db2981093b73fa7006c9d07fb2f861 (patch) | |
| tree | 6bb92a1275cd20a24b8aa8b5f549b08d8b7a624e /ports/ois/CONTROL | |
| parent | 694ecbd7348ff181e63a202916f7eea50c555a63 (diff) | |
| download | vcpkg-00a29c6879db2981093b73fa7006c9d07fb2f861.tar.gz vcpkg-00a29c6879db2981093b73fa7006c9d07fb2f861.zip | |
Added OIS port (#8507)
* Added OIS port
* Portfile deletes bin/ and debug/bin/ when library is static
* Replaced configure_file() call with file(INSTALL) call
* Added fail on ARM or UWP
* Moved early failure to top of file
Diffstat (limited to 'ports/ois/CONTROL')
| -rw-r--r-- | ports/ois/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/ois/CONTROL b/ports/ois/CONTROL new file mode 100644 index 000000000..2759167a7 --- /dev/null +++ b/ports/ois/CONTROL @@ -0,0 +1,4 @@ +Source: ois
+Version: 1.5
+Description: Cross Platform Object Oriented Input Lib System. Meant to be very robust and compatiable with many systems and operating systems.
+Homepage: https://wgois.github.io/OIS/
\ No newline at end of file |
