CMakeLists.txt 282 B

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