1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 02:32:25 +00:00
serenity/Libraries/LibM
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
..
CMakeLists.txt Build: Include headers from LibC, LibM, and LibPthread with -isystem 2020-05-20 08:37:50 +02:00
math.cpp Build: Include headers from LibC, LibM, and LibPthread with -isystem 2020-05-20 08:37:50 +02:00
math.h LibM: Implement floating point variants of various math functions 2020-02-25 20:48:42 +01:00
TestMath.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00