Skip to content
Snippets Groups Projects
Verified Commit 6a9f35f7 authored by JennaHuntsman's avatar JennaHuntsman Committed by Xenhat Hex
Browse files

Another attempt

parent e1bb2904
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -1567,7 +1567,8 @@ file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/viewer_version.txt"
configure_file(llviewerbuildconfig.h.in llviewerbuildconfig.h @ONLY)
if (LINUX)
configure_file(./linux_tools/refresh_desktop_app_entry.sh ./newview/packaged/etc/refresh_desktop_app_entry.sh @ONLY)
#Use cmake to generate a new copy of this file when filling channel info, append suffix so viewer_manifest.py will pick the new copy
configure_file(./linux_tools/refresh_desktop_app_entry.sh ${CMAKE_CURRENT_SOURCE_DIR}/newview/packaged/etc/refresh_desktop_app_entry-cmake.sh @ONLY)
endif(LINUX)
LIST(APPEND viewer_HEADER_FILES ${CMAKE_CURRENT_BINARY_DIR}/llviewerbuildconfig.h)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment