mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:19:00 +08:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
mdl-sdk provides CMake targets:
|
|
|
|
find_package(mdl CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE mdl::mdl_sdk)
|
|
|
|
# Or if you want to use only the MDL Core library:
|
|
find_package(mdl CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE mdl::mdl_core)
|