We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e80d commit e86a646Copy full SHA for e86a646
cmake/XRay.Build.cmake
@@ -55,6 +55,8 @@ endif()
55
# https://stackoverflow.com/questions/2973263/add-visual-c-property-sheets-using-cmake
56
set(XRAY_MSBUILD_PROPS "${CMAKE_CURRENT_SOURCE_DIR}/XRay.MSBuild.props")
57
58
+message("${XRAY_MSBUILD_PROPS}")
59
+
60
if (WIN32)
61
include_directories("${XRAY_SDK_INCLUDE_DIR}")
62
include_directories("${XRAY_SDK_INCLUDE_DIR}/SDL2")
0 commit comments