Files
banan-os/userspace/libraries/LibELF/CMakeLists.txt
Bananymous 9e1b5cbaab BuildSystem: Cleanup CMake code to allow libc only installation
There was no way to just install libc which is required for stdlibc++
2024-06-21 01:45:14 +03:00

9 lines
121 B
CMake

set(SOURCES
dummy.cpp
)
add_library(libelf ${SOURCES})
banan_install_headers(libelf)
install(TARGETS libelf OPTIONAL)