Skip to content

Commit

Permalink
Rename DLL to UEVRBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 28, 2023
1 parent 2240af8 commit f654c31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ target_link_libraries(vr-plugin-nullifier PUBLIC

set_target_properties(vr-plugin-nullifier PROPERTIES
OUTPUT_NAME
UnrealVRPluginNullifier
UEVRPluginNullifier
RUNTIME_OUTPUT_DIRECTORY_RELEASE
"${CMAKE_BINARY_DIR}/bin/${CMKR_TARGET}"
RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO
Expand Down Expand Up @@ -776,7 +776,7 @@ target_link_libraries(ue4poc PUBLIC

set_target_properties(ue4poc PROPERTIES
OUTPUT_NAME
UnrealVRBackend
UEVRBackend
LINK_FLAGS
"/DELAYLOAD:openvr_api.dll"
RUNTIME_OUTPUT_DIRECTORY_RELEASE
Expand Down
4 changes: 2 additions & 2 deletions cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ link-libraries = [
]

[target.vr-plugin-nullifier.properties]
OUTPUT_NAME = "UnrealVRPluginNullifier"
OUTPUT_NAME = "UEVRPluginNullifier"
RUNTIME_OUTPUT_DIRECTORY_RELEASE = "${CMAKE_BINARY_DIR}/bin/${CMKR_TARGET}"
RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO = "${CMAKE_BINARY_DIR}/bin/${CMKR_TARGET}"
LIBRARY_OUTPUT_DIRECTORY_RELEASE = "${CMAKE_BINARY_DIR}/lib/${CMKR_TARGET}"
Expand Down Expand Up @@ -237,7 +237,7 @@ link-libraries = [
]

[template.ue4template.properties]
OUTPUT_NAME = "UnrealVRBackend"
OUTPUT_NAME = "UEVRBackend"
LINK_FLAGS = "/DELAYLOAD:openvr_api.dll"
RUNTIME_OUTPUT_DIRECTORY_RELEASE = "${CMAKE_BINARY_DIR}/bin/${CMKR_TARGET}"
RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO = "${CMAKE_BINARY_DIR}/bin/${CMKR_TARGET}"
Expand Down

0 comments on commit f654c31

Please sign in to comment.