mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
3508985146
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com> Co-authored-by: Kai Pastor <dg0yt@darc.de>
3 lines
174 B
CMake
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")
|