vcpkg/ports/hlslpp/usage
Pantelis Lekakis 3508985146
[hlslpp] Add new port (#40400)
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
Co-authored-by: Kai Pastor <dg0yt@darc.de>
2024-08-23 03:26:17 -07:00

5 lines
152 B
Plaintext

hlslpp provides a CMake package:
find_package(unofficial-hlslpp CONFIG REQUIRED)
target_link_libraries(main PUBLIC unofficial::hlslpp::hlslpp)