banan-os/userspace/libraries/LibELF/CMakeLists.txt

9 lines
121 B
CMake

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