mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:07:35 +00:00
LibELF+LibTest: Fix serenity_install_sources() paths
Currently we end up with the following: serenity/ AK/ ... Kernel/ ... Libraries/ LibELF/ LibTest/ Userland/ Libraries/ <all other libs> ...
This commit is contained in:
parent
a3b03eef01
commit
f59d58cb76
2 changed files with 2 additions and 3 deletions
|
@ -1 +1 @@
|
|||
serenity_install_sources(Libraries/LibELF)
|
||||
serenity_install_sources("Userland/Libraries/LibELF")
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
|
||||
serenity_install_sources(Libraries/LibTest)
|
||||
serenity_install_sources("Userland/Libraries/LibTest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue