summaryrefslogtreecommitdiff
path: root/Libraries/LibC/CMakeLists.txt
AgeCommit message (Expand)Author
2020-07-13Toolchain: Allow building using CMake on macOSStefano Cristiano
2020-06-17LibC: Add posix_spawn()!Nico Weber
2020-05-20Revert "LibC: Implement Itanium C++ ABI for static variable guards"Andreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-20LibC: Implement Itanium C++ ABI for static variable guardsAndrew Kaster
2020-05-14Build: Switch to CMake :^)Sergey Bugaev