File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ target_link_libraries(
1616target_include_directories (loader-data PRIVATE "${CMAKE_CURRENT_SOURCE_DIR} " )
1717
1818math (EXPR VOID_P_BITS "${CMAKE_SIZEOF_VOID_P} * 8" )
19- set (OUTPUT_NAME "OpenXR-API-Layers -loader-data-${VOID_P_BITS} " )
19+ set (OUTPUT_NAME "helper-openxr -loader-data-${VOID_P_BITS} " )
2020set_target_properties (
2121 loader-data
2222 PROPERTIES
Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ WindowsPlatform::GetLoaderDataWithoutCache() {
647647 PROCESS_INFORMATION pi {};
648648
649649 const auto commandLine = (std::filesystem::path {modulePath}.parent_path ()
650- / " OpenXR-API-Layers -loader-data-64.exe" )
650+ / " helper-openxr -loader-data-64.exe" )
651651 .wstring ();
652652 if (!CreateProcessW (
653653 commandLine.c_str (),
You canβt perform that action at this time.
0 commit comments