Skip to content

Commit

Permalink
Update sdk-local.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
OrfeasZ authored Feb 1, 2024
1 parent bf215ee commit 855cc14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/sdk-local.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ endif()

# The ZHMMODSDK_DIST_DIR can override the location from which sdk-dist.cmake loads the SDK from.
set(ZHMMODSDK_DIST_DIR "${ZHMMODSDK_DIR}/_install/${ZHMMODSDK_PRESET}")
set(ZHMMODSDK_INCLUDE_DIR "${ZHMMODSDK_DIST_DIR}/include")
set(ZHMMODSDK_BUILD_DIR "${ZHMMODSDK_DIR}/_build/${ZHMMODSDK_PRESET}")

# cmake --preset x64-Debug .
Expand Down Expand Up @@ -39,4 +40,4 @@ add_custom_target(_zhmBuild
BYPRODUCTS "${ZHMMODSDK_DIST_DIR}"
)

add_dependencies(ZHMModSDK _zhmBuild)
add_dependencies(ZHMModSDK _zhmBuild)

0 comments on commit 855cc14

Please sign in to comment.