diff options
Diffstat (limited to 'vcpkg/ports/itpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/itpp/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/itpp/vcpkg.json b/vcpkg/ports/itpp/vcpkg.json new file mode 100644 index 0000000..5f019ee --- /dev/null +++ b/vcpkg/ports/itpp/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "itpp", + "version-semver": "4.3.1", + "port-version": 13, + "description": "IT++ is a C++ library of mathematical, signal processing and communication classes and functions. Its main use is in simulation of communication systems and for performing research in the area of communications.", + "homepage": "https://itpp.sourceforge.net", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |