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)
|