mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
0fd2ad76ef
* [dstorage] Update for version 1.2.2 which drops ARM32 * Update baseline * Code review feedback * Update baseline
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
The DirectStorage package provides CMake targets:
|
|
|
|
find_package(dstorage CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE Microsoft::DirectStorage)
|