mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +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)
|