mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 06:58:11 +00:00

Instead of LibGUI and WindowServer building their own copies of the drawing and graphics code, let's it in a separate LibDraw library. This avoids building the code twice, and will encourage better separation of concerns. :^)
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
mkdir -p ../Root/usr/include/LibGfx/
|
|
cp *.h ../Root/usr/include/LibGfx/
|