1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:58:13 +00:00
serenity/Userland/Libraries/LibELF/CMakeLists.txt
2023-05-23 06:11:33 +02:00

5 lines
247 B
CMake

# LibELF is included within LibC on Serenity and defined as a target in a different place for Lagom,
# so add a dummy interface library for platform-agnosticism.
add_library(LibELF INTERFACE)
serenity_install_sources("Userland/Libraries/LibELF")