vcpkg/ports/hlslpp/hlslpp-config.cmake
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

3 lines
174 B
CMake

add_library(unofficial::hlslpp::hlslpp INTERACE IMPORTED)
target_include_directories(unofficial::hlslpp::hlslpp INTERFACE "${CMAKE_CURRENT_LIST_DIR}/../../include/hlslpp")