vcpkg/ports/hlslpp/usage

5 lines
152 B
Plaintext
Raw Normal View History

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