mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +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>
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
The package mtlt provides CMake targets:
|
|
|
|
find_package(mtlt REQUIRED)
|
|
target_link_libraries(${PROJECT_NAME} PRIVATE mtlt::mtlt)
|