summaryrefslogtreecommitdiff
path: root/indra/llwebrtc/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-08-28Fix left out & error-causing from previous commitErik Kundiman
2024-08-20Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-08-19Merge remote-tracking branch 'secondlife/release/2024.06-atlasaurus' into ↵Erik Kundiman
2024.06-atlasaurus
2024-08-18Use the release build of webrtc to avoid pedantic asserts which are handled ↵Roxie Linden
properly anyway.
2024-08-08CR fixesRoxie Linden
2024-08-07build debug symbols for llwebrtc even for releaseRoxie Linden
2024-08-07Add Windows multi-pdb upload capabilityRoxie Linden
2024-08-06Build an xcarchive for mac symbol upload.Roxie Linden
2024-08-05Build mac symbols for multiple binaries/dynamic libraries and upload them ↵Roxie Linden
all to bugsplat
2024-07-28Fix libllwebrtc.dylib installation to the packageErik Kundiman
llwebrtc.h is not unnecessarily installed any more. When code signing the app on macOS, there was also a problem where it said that this header wasn't signed. ??? That's why we make sure that it won't be installed now. Also on macOS, the dylib is installed to Frameworks right away, so now we don't have any unused double in Resources.
2024-07-05`make install` on macOS installs libllwebrtc.dylibErik Kundiman
For now it's to the Resources folder, while 3rd-party libraries have moved to the Frameworks folder, so let's see.
2024-06-28Install libllwebrtc.soErik Kundiman
2024-05-19Get rid of a deprecated warning in Linux buildsRoxie Linden
2024-02-22coding cleanupRoxie Linden
2024-02-08some build tweaksRoxie Linden
2024-02-08set toolset for llwebrtcRoxie Linden
2024-02-08Updates to build on mac.Roxie Linden
2024-02-08Pull webrtc down from a webserver before building.Roxie Linden
2024-02-08Checkpoint WebRTC VoiceRoxie Linden