mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
5 lines
195 B
Plaintext
5 lines
195 B
Plaintext
|
The DXUT for Direct3D 11 package is compatible with built-in CMake targets:
|
||
|
|
||
|
find_package(dxut CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE Microsoft::DXUTOpt Microsoft::DXUT)
|