mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 04:39:01 +08:00
3508985146
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
5 lines
152 B
Plaintext
5 lines
152 B
Plaintext
hlslpp provides a CMake package:
|
|
|
|
find_package(unofficial-hlslpp CONFIG REQUIRED)
|
|
target_link_libraries(main PUBLIC unofficial::hlslpp::hlslpp)
|