Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-23 | Restructure primelauncher cmake logic (#727) | Jan | |
Move primelauncher cmake logic into its subdirectory allowing everything related to it to be self contained | |||
2024-06-20 | Lowercase all linked libraries for building on Linux (#726) | Jan | |
Microsoft, in their infinite wisdom, decided to suffix some libraries with `.Lib` instead of `.lib` This causes issues with cmake on Linux because it only looks for `.lib` which it won't be able to resolve because the file system is case sensitive. Microsoft does this for backwards compatibility, in cmake this is a limitation so the best solution is to bite the bullet and lowercase all libraries which setups such as wine-msvc and xwin already do. | |||
2024-01-03 | Format cmake files | Northstar | |
2023-12-27 | Folder restructuring from primedev (#624)v1.21.2-rc3v1.21.2 | Jack | |
Copies of over the primedev folder structure for easier cherry-picking of further changes Co-authored-by: F1F7Y <filip.bartos07@proton.me> |