Skip to content

Commit

Permalink
vcpkg cmake support (#84)
Browse files Browse the repository at this point in the history
This is a helper cmake to set the correct variables for include directory and version.
It's meant to be used by vcpkg and is required in order to make the vcpkg port an official port (see https://learn.microsoft.com/en-us/vcpkg/contributing/maintainer-guide#add-cmake-exports-in-an-unofficial--namespace)
  • Loading branch information
plekakis authored Aug 15, 2024
1 parent b5ecc2b commit 07541bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hlslpp-config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
set(hlslpp_VERSION "@VERSION@")

set(hlslpp_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include/hlslpp")

0 comments on commit 07541bc

Please sign in to comment.