mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
0e8929718e
* add mtl library new port * add mtl library new port * add mtl library new port * [mtl] new port * Update version database * Update version database * Update version database * Update ports/mtl/vcpkg.json Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update ports/mtl/portfile.cmake Co-authored-by: Kai Pastor <dg0yt@darc.de> * add mlt-config.cmake autogen * Update version database * Quick Fix CE with MSVC compiler * Update version database * Update ports/mtl/portfile.cmake Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update ports/mtl/usage Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Remove -DMTL-CMAKE-DIR macro because is not necessary * Update version database * Update ports/mtl/usage Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update ports/mtl/portfile.cmake Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update ports/mtl/portfile.cmake Co-authored-by: Kai Pastor <dg0yt@darc.de> * Update database version * Remove white spaces and add line break * Update database version * end line * version * add new version of mtl * Update database version * Rename port name from mtl to mtlt (last 't' is tonitaga) * Update database version * Update database version --------- Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Frank <1433351828@qq.com>
18 lines
560 B
JSON
18 lines
560 B
JSON
{
|
|
"name": "mtlt",
|
|
"version": "1.0.0",
|
|
"description": "Tonitaga 2024. MTLT is a header-only math matrix library that allows you to do compile-time calculations, perform atomic operations, and contains all the basic operations on matrices. The library is written in STL style, supports joint work with STL algorithms. Since C++11",
|
|
"homepage": "https://github.com/tonitaga/MTLT",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|