ladybird/Applications
Andrew Kaster c1eb744ff0 Build: Include headers from LibC, LibM, and LibPthread with -isystem
Make sure that userspace is always referencing "system" headers in a way
that would build on target :). This means removing the explicit
include_directories of Libraries/LibC in favor of having it export its
headers as SYSTEM. Also remove a redundant include_directories of
Libraries in the 'serenity build' part of the build script. It's already
set at the top.

This causes issues for the Kernel, and for crt0.o. These special cases
are handled individually.
2020-05-20 08:37:50 +02:00
..
About Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Browser Browser: Hide tab bar if there's only one tab 2020-05-19 17:42:48 +02:00
Calculator Calculator: Set a fixed-width font on the text box 2020-05-18 16:48:54 +02:00
Calendar Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Debugger Build: Include headers from LibC, LibM, and LibPthread with -isystem 2020-05-20 08:37:50 +02:00
DisplaySettings Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
FileManager FileManager: Remove empty public access modifier from DesktopWidget 2020-05-19 19:25:41 +02:00
FontEditor Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Help Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HexEditor Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
IRCClient Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
PaintBrush Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Piano Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
QuickShow Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SoundPlayer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
SystemMonitor Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Terminal Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
TextEditor Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Welcome Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00