Files
P3DS-test/third_party
Wunk 929019e76b Refactor build targets into AlberCore (#455)
* Ignore `.cache` folder

* Add `AlberCore` build-target

Separate the AlberCore from its frontends. Allowing two front-ends to interface
with the same core implementation.  This also allows for the core to interface
better with unit-testing.

* Modularize SDL/Qt frontend

Separates all QT/SDL build files and options into the frontend-build-target

* Fix optional OpenGL enablement

Software renderer requires OpenGL, so AlberCore requries OpenGL.

The QT frontend currently requires OpenGL due to `ScreenWidget`

* Fix Android build

* Fix LTO linking

* Fix windows build

`LoadLibrary` is a preprocessor that will use either `LoadLibraryW` or
`LoadLibraryA` depending on if `UNICODE` is defined or not.
In this case we are using an ASCII string literal and and can explicitly
specify the usage of `LoadLibraryA` with an ASCII literal.

* Bonk

* Bonk

---------

Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com>
2024-03-11 19:51:17 +02:00
..
2024-03-05 00:28:58 +02:00
2023-07-15 19:00:48 -07:00
2024-03-07 19:47:21 +02:00
2022-09-15 13:46:40 +03:00
2023-10-17 01:26:41 +03:00
2023-07-22 21:57:23 +03:00
2023-07-10 01:00:08 +03:00
2023-10-25 13:43:42 +03:00
2023-10-30 19:01:26 +02:00
2023-09-17 16:15:54 +03:00
2023-10-30 19:01:26 +02:00
2023-10-06 09:33:15 +03:00
2024-03-07 19:47:21 +02:00
2023-08-04 14:16:56 +03:00
2023-04-18 16:12:26 +03:00
2023-07-10 01:00:08 +03:00
2024-02-17 00:39:55 +02:00
2023-07-08 16:16:00 +03:00
2023-06-07 01:01:59 +03:00
2023-06-14 14:46:11 +03:00
2023-12-16 17:43:45 +02:00