mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-15 15:59:02 +08:00
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")
|