AudioServer: Install headers

This commit is contained in:
Andreas Kling 2019-12-08 11:40:38 +01:00
parent 7c0fb91ca4
commit 20500e2949
Notes: sideshowbarker 2024-07-19 10:56:01 +09:00

4
Servers/AudioServer/install.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p ../../Root/usr/include/AudioServer/
cp ./*.h ../../Root/usr/include/AudioServer/