mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
CMake: Install sources of LibELF
This commit is contained in:
parent
fc9f79fe01
commit
f95f15e0bd
Notes:
sideshowbarker
2024-07-19 00:02:40 +09:00
Author: https://github.com/itamar8910
Commit: f95f15e0bd
Pull-request: https://github.com/SerenityOS/serenity/pull/4852
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ add_subdirectory(LibCrypto)
|
|||
add_subdirectory(LibDebug)
|
||||
add_subdirectory(LibDesktop)
|
||||
add_subdirectory(LibDiff)
|
||||
add_subdirectory(LibELF)
|
||||
add_subdirectory(LibGemini)
|
||||
add_subdirectory(LibGfx)
|
||||
add_subdirectory(LibGUI)
|
||||
|
|
1
Libraries/LibELF/CMakeLists.txt
Normal file
1
Libraries/LibELF/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
|||
serenity_install_sources(Libraries/LibELF)
|
Loading…
Add table
Add a link
Reference in a new issue