Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

(minor) Fix link issue in Release configuration #28

Open
wants to merge 1 commit into
base: zulauf_oaas_mode
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion overlay-sample/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ target_link_libraries(OverlaySample PRIVATE ${FREEIMAGEPLUS_LIBRARIES})

set_target_properties(OverlaySample PROPERTIES FOLDER "Sample")
set_target_properties(OverlaySample PROPERTIES CXX_STANDARD 17)
target_link_libraries(OverlaySample PRIVATE debug openxr_loader${OPENXR_DEBUG_POSTFIX} optimized openxr)
target_link_libraries(OverlaySample PRIVATE debug openxr_loader${OPENXR_DEBUG_POSTFIX} optimized openxr_loader)

# Additional include directories
set_property(TARGET OverlaySample
Expand Down